-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 2.53 KB
/
Copy pathindex.html
File metadata and controls
58 lines (56 loc) · 2.53 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ethan Bloom's Portfolio</title>
<meta charset="utf-8">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<link rel="stylesheet" type="text/css" href="css/style.production.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header class="page-head">
<a href="index.html">
<img src="img/Bloom-3.png" width="100" height="100" alt="logo" class="logo">
</a>
<nav class="page-head__item">
<ul role="menubar" class="navigation-list">
<li role="presentation">
<a class="navigation-list__item--active" href="index.html" role="menuitem">Home</a>
</li>
<li role="presentation">
<a class="navigation-list__item--active" href="about.html" role="menuitem">About</a>
</li>
<li role="presentation">
<a class="navigation-list__item--active" href="contact.html" role="menuitem">Contact</a>
</li>
<li role="presentation">
<a class="navigation-list__item--active" href="work.html" role="menuitem">Work</a>
</li>
</ul>
</nav>
</header>
<main class="introduction">
<img src="img/IMG_0622.JPG" width="250" height="300" alt="A Picture of Me" class="portrait">
<h1>Welcome.</h1>
<p> My Name is Ethan Bloom. I am a <span class="web"> web </span> developer located in Austin Tx.</p>
<br>
<a class="button" target="_blank" rel="noopener" href="https://github.com/Tang4748">Check out my Code!</a>
<br>
</main>
<footer class="page-footer">
<p>Find me on</p>
<div>
<a rel="noopener" href="https://github.com/Tang4748" target="_blank"><img src="img/github-square.svg" alt="Github" class="social-links"></a>
<!--<a rel="noopener" href="https://twitter.com" target="_blank"><img src="img/twitter_icon.svg" alt="Twitter" class="social-links"></a>-->
<a rel="noopener" href="https://www.linkedin.com/in/ethan-bloom-31475012b/" target="_blank"><img src="img/linkedin-square.svg" alt="LinkedIn" class="social-links"></a>
</div>
<div>
<img src="img/keepaustinweirdLogo.png" width="100" height="100">
</div>
</footer>
<script src="js/tota11y.min.js">
</script>
</body>
</html>