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: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.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: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: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>