Skip to content

Commit

Permalink
Cleans out unnecessary HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanix committed Nov 8, 2021
1 parent aef1f2e commit 9079008
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 29 deletions.
File renamed without changes.
Binary file removed images/desktop.jpg
Binary file not shown.
Binary file removed images/phone.jpg
Binary file not shown.
Binary file removed images/tablet.jpg
Binary file not shown.
36 changes: 7 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,50 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your Name Goes Here</title>
<title>Title Goes Here</title>
<meta charset="utf-8" />
<meta name="robots" content="noindex,nofollow" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="css/portal.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/nav.css" />
<link rel="stylesheet" href="css/forms.css" />
<script src="js/main.js"></script>
</head>
<body>
<header>
<h1>Your Name Goes Here</h1>
<h1>Title Goes Here</h1>
<nav class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<a href="#" target="_blank">Name of project goes here</a>
<a href="#" target="_blank">Name of project goes here</a>
<a href="#" target="_blank">GitHub</a>
<a href="#" target="_blank">LinkedIn</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">&#9776;</a>
</nav>
</header>

<main class="wrapper">
<picture class="profile">
<source media="(min-width: 1200px)" srcset="images/desktop.jpg">
<source media="(min-width: 501px)" srcset="images/tablet.jpg">
<img src="images/phone.jpg" alt="That's me!" />
</picture>
<h2 class="subheader">About Me (Change made in main)</h2>

<p>We'll use this page as a place for links to the work you've done, and stand as an example of how to build a portal/portfolio page.</p>

<p>Watch this video, <a href="https://www.youtube.com/watch?v=ecw_ugVd81k" target="_blank">How to write a short professional bio</a> and write a few paragraphs on this page that identify your background, skills, goals and accomplishments.</p>

<p>Replace the pictures named <b>desktop.jpg</b>, <b>tablet.jpg</b> and <b>phone.jpg</b> in the <b>images</b> folder with pictures of yourself, or pictures that represent you.</p>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent hendrerit nec purus non vestibulum. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ipsum odio, lacinia congue varius in, iaculis eget felis. Proin facilisis dui nec purus viverra, sed tempus risus sollicitudin.</p>

<p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce malesuada felis ac dapibus tempus. Nulla in purus id leo finibus consequat quis eget mi. In gravida maximus risus eget scelerisque. In placerat diam ut tellus ullamcorper, eu elementum augue vulputate. Cras ut pretium ante. Sed porta eros vel lobortis gravida. Nullam ultrices justo eget felis pharetra aliquam. Maecenas hendrerit hendrerit facilisis.</p>

<h3>Page Origin</h3>

<p>The HTML/CSS comes from Sara Newman's Web Fundamentals class as taught at Seattle Central. This page provides a basis for students to build a responsive portal page.</p>

<p>Study how this page is built, and use it as a foundation for your portal or other sites!</p>

<h2 class="subheader">Title Goes Here</h2>
<p>Content goes here</p>
<footer>
<p><small>&copy; 2021 by
YOUR NAME HERE, All Rights Reserved ~
Expand Down
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//alert('test');

0 comments on commit 9079008

Please sign in to comment.