-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css">
<link rel="stylesheet" type="text/css" href="wireframe.css">
<title>Sunny's Portfolio</title>
<meta name="description" content="Sunny Lee's Web Development Portfolio 2020">
</head>
<header class="hide">
<a href="portfolioLink">Portfolio</a>
<a href="index.html"><img src="images/tinySLlogo.png" alt="Sunny's Logo" class="navImage"></a>
<a href="aboutMeLink">About Me</a>
</header>
<body>
<main>
<section class="start">
<h1>Welcome!</h1>
<p class="intro tab">
Hi and welcome to Sunny Lee’s Web Development Portfolio! She is aspiring to be an expert full stack developer and loves to create apps and programs for people to use.
</p>
<img src="images/tinySLlogo.png" alt="Sunny's logo" class="startImage">
<section class="buttons">
<button class="startButton" onclick="window.location.href='portfolioWF.html'">Portfolio</button>
<button class="startButton" onclick="window.location.href='aboutWF.html'">About Me</button>
</section>
</section>
</main>
</body>
<footer>© <a href="mailto:[email protected]?subject=Portfolio%20Inquiry" target='_blank'>Sunny Lee</a>2020</footer>
</html>