-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (51 loc) · 1.96 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
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
59
60
61
62
63
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Viewport" content="width=device-width, initial-scale=1">
<title>About | Joey L. Rodrigues</title>
<link rel="stylesheet" type="text/css" href="assests/css/reset.css">
<link rel="stylesheet" type="text/css" href="assests/css/style.css">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Joey L Rodrigues</a>
<nav>
<a href="index.html">About</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<h1>About Me</h1>
<img src="assests/images/itsme.jpg" class="auth-image" alt="Your Name">
<p>Marshmallow jelly soufflé pastry biscuit gummi bears tootsie roll tootsie roll gingerbread. Cotton candy muffin gingerbread fruitcake. Sweet roll soufflé topping wafer croissant oat cake gummi bears.</p>
<p>Jelly-o cheesecake dessert fruitcake ice cream brownie liquorice soufflé. Caramels biscuit gummi bears tiramisu chupa chups. Croissant macaroon cotton candy cake pudding.</p>
</section>
<section class="sidebar">
<div id="connect">
<h2>Connect with Me</h2>
<a href="https://github.com/Joeyrodrigues92">
<img src="assests/images/git hub.jpg" class="social" alt="Github">
</a>
<a href="https://www.linkedin.com/in/joey-rodrigues-87295b129?trk=nav_responsive_tab_profile">
<img src="assests/images/link.jpg" class="social" alt="LinkedIn">
</a>
<a href="http://stackoverflow.com/users/7020416/joey-rodrigues?tab=profile">
<img src="assests/images/stackoverflow.jpg" class="social" alt="Stack Overflow">
</a>
</div>
</section>
</div>
<footer>
<div class="container">
© Copyright 2016 Your Name
</div>
</footer>
</body>
</html>
Contact GitHub API Training Shop Blog About
© 2016 GitHub, Inc. Terms Privacy Security Status Help