Skip to content

Instantly share code, notes, and snippets.

View mariamALLI's full-sized avatar

Mariam Alli mariamALLI

View GitHub Profile
@mariamALLI
mariamALLI / index.html
Last active July 16, 2021 12:23
Tribute Page
<div id="main">
<h1 id="title">The Phenomenal Chimamanda Ngozi Adichie</h1>
<figure>
<div id="img-div">
<img id="image" src="https://www.chimamanda.com/wp-content/uploads/2020/12/Web-Resolution.jpg" alt="Picture of Chimamanda Adichie" width="30%" height="30%">
@mariamALLI
mariamALLI / index.html
Last active July 16, 2021 12:24
Survey Form
<div class="container">
<header class="header">
<h1 id="title" class="text-center">Women In Tech Survey Form</h1>
<p id="description" class="description text-center">This form is to help understand the rate at which women join the tech world and at what age.</p>
</header>
<form id="survey-form">
<div class="form-group">
<label id="name-label" for="name">Name</label>
@mariamALLI
mariamALLI / index.html
Created May 21, 2021 10:50
Neumorphism Design learnt from @Pratham on twitter
<div class="container">
<div class="brand-logo"></div>
<div class="brand-title">LINKEDIN</div>
<div class="inputs">
<label>EMAIL</label>
<input type="email" placeholder="[email protected]" />
<label>PASSWORD</label>
<input type="password" placeholder="Min 6 charaters long" />