-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Html for about section commit
- Loading branch information
Showing
4 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Personal Portfolio Webpage - Gilliano Agard</title> | ||
<link rel="icon" href="./images/PPLogo Icon.png"> | ||
<link rel="stylesheet" href="./styles.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<script src="https://kit.fontawesome.com/53179295cc.js" crossorigin="anonymous"></script> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<header id="header"> | ||
<div class="container"> | ||
<!-- Navbar --> | ||
<nav id="navbar"> | ||
<img src="./images/PPLogo.png" class="logo"> | ||
<ul> | ||
<li><a href="#">About</a></li> | ||
<li><a href="#">Skills</a></li> | ||
<li><a href="#">Projects</a></li> | ||
<li><a href="#">Recommendations</a></li>+ | ||
</ul> | ||
</nav> | ||
<!-- Hero Section --> | ||
<section id="welcome-section"> | ||
<p><i class="fa-solid fa-location-dot"></i> West, Trinidad</p> | ||
<h1>Hi, I'm <span>Gilliano Agard</span><br>a Software Developer</h1> | ||
</section> | ||
</div> | ||
</header> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Personal Portfolio Webpage - Gilliano Agard</title> | ||
<link rel="icon" href="./images/PPLogo Icon.png"> | ||
<link rel="stylesheet" href="./styles.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<script src="https://kit.fontawesome.com/53179295cc.js" crossorigin="anonymous"></script> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<header id="header"> | ||
<div class="container"> | ||
<!-- Navbar --> | ||
<nav id="navbar"> | ||
<img src="./images/PPLogo.png" class="logo"> | ||
<ul> | ||
<li><a href="#">About</a></li> | ||
<li><a href="#">Skills</a></li> | ||
<li><a href="#">Projects</a></li> | ||
<li><a href="#">Recommendations</a></li>+ | ||
</ul> | ||
</nav> | ||
<!-- Hero Section --> | ||
<section id="welcome-section"> | ||
<p><i class="fa-solid fa-location-dot"></i> West, Trinidad</p> | ||
<h1>Hi, I'm <span>Gilliano Agard</span><br>a Software Developer</h1> | ||
</section> | ||
</div> | ||
</header> | ||
<section id="main-page"> | ||
<div class="container"> | ||
<!-- About Section --> | ||
<section id="about-me"> | ||
<div> | ||
<img src="images\Gilliano Agard - Portrait.jpg" class="profile-image"/> | ||
</div> | ||
<div> | ||
<h1>Gilliano Agard | Software Developer <img src="images/wave-hi.gif" width="60px"/></h1> | ||
<p>Experienced in C++, Java, Python, and <a href="#skills">web development.</a>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam aliquam facilisis odio. Ut dui nulla, luctus a ante pharetra, viverra consectetur dui. Curabitur euismod tincidunt dictum. Quisque id malesuada enim. Interdum et malesuada fames ac ante ipsum primis in faucibus.</p> | ||
</div> | ||
</section> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters