Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/amanda.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 8 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

<!-- Put your site title here -->
<title>
Syed Ali Hussnain | A Web Developer based in Lahore, Pakistan.
Amanda Allred | A Web Developer based in Louisville, KY
</title>

<meta name="description" content="Add small description of yourslef.">
<meta name="description" content="A full-time mom looking to improve the world through code.">
<!-- Add some coding keywords below, Ex: (React, CSS etc) -->
<meta name="keywords" content="Put your name, skills and some coding keywords" />
<meta name="keywords" content="Amanda Allred, HTML5, CSS, JavaScript, design, content creation, brand continuity" />
<link rel="stylesheet" href="index.css" />
</head>

Expand All @@ -56,10 +56,10 @@
<div class="header__text">
<h1 class="heading-primary">
<!-- Replace the following name with your name -->
<span>Syed Ali Hussnain</span>
<span>Amanda Allred</span>
</h1>
<!-- Put a small paragraph about yourself -->
<p>A Web Developer based in Lahore, Pakistan.</p>
<p>A full-time mom looking to improve the world through code.</p>
<a href="#contact" class="btn btn--pink">Get in touch</a>
</div>
</div>
Expand Down Expand Up @@ -188,18 +188,15 @@ <h2>About Me</h2>
<div class="about__text">
<!-- Replace the below paragraph with info about yourself -->
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos id
nostrum illo harum blanditiis, tenetur eum suscipit cupiditate
in vel, ex quam quidem quos mollitia labore aut sunt eius
ratione molestiae fuga veniam facere similique voluptate.
I am dedicated to enhancing the way people interact with the world through any means necessary. As a mom, programmer, and lifelong learner, I'll take on any new method to make that happen with gusto!
</p>
<!-- Provide a link to your resume -->
<a href="#" class="btn">My Resume</a>
<a href="https://drive.google.com/file/d/1OLs2zQqjM2w7WYkCBXyjPIitM7QGfeCd/view?usp=sharing" class="btn">My Resume</a>
</div>

<div class="about__photo-container">
<!-- Add a nice photo of yourself -->
<img class="about__photo" src="./images/syed-ali-hussnain.jpg" alt="" />
<img class="about__photo" src="./images/amanda.jpg" alt="" />
</div>
</div>
</div>
Expand Down