Skip to content

Instantly share code, notes, and snippets.

View nraloux's full-sized avatar

Raloux Nouebissie nraloux

View GitHub Profile
@nraloux
nraloux / index.html
Created February 20, 2020 14:08
UI Profile Cards
<div class="container">
<div class="card-wrapper">
<div class="card">
<div class="card-image">
<img src="https://image.ibb.co/dUTfmJ/profile_img.jpg" alt="profile one">
</div>
@nraloux
nraloux / index.html
Created February 20, 2020 14:09
UI #3 - Profile Card
<div class="card">
<div class="ds-top"></div>
<div class="avatar-holder">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/1820405/profile/profile-512.jpg?1533058950" alt="Albert Einstein">
</div>
<div class="name">
<a href="https://codepen.io/AlbertFeynman/" target="_blank">Albert Feynman</a>
<h6 title="Followers"><i class="fas fa-users"></i> <span class="followers">90</span></h6>
</div>
<div class="button">
@nraloux
nraloux / index.html
Created February 20, 2020 14:10
Profile Card UI Design Cool Hover Effect
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture">
<img class="img-fluid" src="https://picsum.photos/130/130?image=1027">
</div>
<div class="team-content">
<h3 class="name">Michele Miller</h3>
<h4 class="title">Web Developer</h4>
@nraloux
nraloux / index.html
Created February 20, 2020 14:15
To-do list
<!-- TO DO : Find out how to create new items + congrats message when all done-->
<div class="frame">
<div class="list">
<div class="head">
<div class="title">Friday</div>
<div class="subtitle">March 4, 2016</div>
</div>
<ul>
@nraloux
nraloux / index.pug
Created February 20, 2020 14:17
List UI
.heading
h1 Ordered List UI
.container
.nav
a(href='#')
i(class='fal fa-home')
a(href='https://twitter.com/collinscode_' target='_blank')
i(class='fab fa-twitter')
a(href='https://github.com/cmdeveloped' target='_blank')
@nraloux
nraloux / alert-message.markdown
Created February 20, 2020 14:20
alert message
@nraloux
nraloux / corner-ribbons.markdown
Created February 20, 2020 14:34
Corner Ribbons

Corner Ribbons

Got this wonderful idea of these cool corner ribbons and decided to make it ready for use. Custom styles like colors work with simple class changes.

A Pen by Miro Karilahti on CodePen.

License.

@nraloux
nraloux / css-challenge-day-2.markdown
Created February 20, 2020 16:06
CSS Challenge - Day 2
@nraloux
nraloux / index.pug
Created February 20, 2020 16:07
Menu test - css only - effects
.burgers
label.burger.burger1(for="burger1")
input#burger1.hidden(type="checkbox")
span
label.burger.burger2(for="burger2")
input#burger2.hidden(type="checkbox")
span
label.burger.burger3(for="burger3")
input#burger3.hidden(type="checkbox")
span
@nraloux
nraloux / css-hamburger-menus.markdown
Created February 20, 2020 16:08
CSS hamburger menus