Skip to content

Commit

Permalink
Update project-template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
einnemee authored Jul 8, 2023
1 parent ef5fa0f commit 47cc63e
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions project-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@
This should be the same across all pages.
-->
<link rel="icon" href="../assets/images/1311.png" />
<title>Unemployables Portfolio</title>
<link rel="icon" href="Logo01.png" />
<title>Elizabeth Innemee</title>
<meta name="description" content="A portfolio template for the Unemployables community.">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../css/layout.css">
<link rel="stylesheet" href="../css/typography.css">
<link rel="stylesheet" href="../css/utilities.css">
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="typography.css">
<link rel="stylesheet" href="utilities.css">

<script defer src="../js/script.js"></script>
<script defer src="js/script.js"></script>
</head>
<body>
<!-- NAVBAR -->
<div class="navbar">
<a class="nav-title-link" href="../index.html">
<a class="nav-title-link" href="index.html">
<!--
TODO - Change the "Portfolio Title" to whatever you want displayed in the top left
(this should be the same across all pages)
-->
<span class="nav-title">Portfolio Title</span>
<span class="nav-title">Elizabeth Innemee</span>
<!--
TODO - Change the email after 'mailto:' to your email address for contact
(this should be the same across all pages)
-->
<a class="button" href="mailto:whitevans.eth@gmail.com">
<span class="button-text">Contact Me</span>
<a class="button" href="mailto:einnemee@gmail.com">
<span class="button-text">Contact</span>
</a>
</a>
</div>
Expand All @@ -68,9 +68,9 @@
- Change the 'body-text' text to a short and sweet description of your project (maybe the same as the one on the project card)
- Change "desktop.jpeg" to the image filename you uploaded in the assets/images folder.
-->
<div class="main-title">Project Name</div>
<div class="body-text">A small description about the project goes here, get the reader hooked on the project and tell them why they should continue to read this page. Give it a sweet tagline.</div>
<image class="project-header-image" src="../assets/images/desktop.jpeg">
<div class="main-title">CV</div>
<div class="body-text">My CY</div>
<image class="project-header-image" src="desktop.jpeg">
</div>

<!-- PROJECT DETAILS -->
Expand All @@ -83,8 +83,7 @@
<div id="project-details">
<div class="subheader-text">Project Details / Background</div>
<div class="project-details-content">
<div class="body-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Tristique risus nec feugiat in fermentum. Sed id semper risus in hendrerit gravida. Placerat duis ultricies lacus sed. Id neque aliquam vestibulum morbi blandit cursus risus. Elit pellentesque habitant morbi tristique senectus et netus et. Elementum tempus egestas sed sed risus pretium quam. Nibh ipsum consequat nisl vel pretium lectus quam id leo. Vitae congue mauris rhoncus aenean vel elit.</div>
<div class="body-text">Vitae justo eget magna fermentum. Imperdiet nulla malesuada pellentesque elit eget gravida. Aliquet nec ullamcorper sit amet. Aliquet sagittis id consectetur purus. Ac tortor dignissim convallis aenean. Enim neque volutpat ac tincidunt vitae. Lobortis feugiat vivamus at augue. Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper. Viverra orci sagittis eu volutpat. Massa tincidunt nunc pulvinar sapien et ligula. Donec enim diam vulputate ut.</div>
<div class="body-text">Coming soon...</div>
</div>
</div>

Expand Down

0 comments on commit 47cc63e

Please sign in to comment.