-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.2 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jonathan Lara</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Jonathan Lara</h1>
<h2 style="color: white">Welcome to my website!</h2>
<div class="navbar">
<nav>
<a href="index.html">Home</a>
<a href="about.html">About Me</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
</div>
<div class="Intro">
<h1>Hello</h1>
</div>
<div class="HomePageContainer">
<div class="HomePageCard">
<h2>"HIM"</h2>
<p>Im ready to work! I enjoy being creative and doing a good job.</p>
<p>
"People, who can’t throw something important away, can never hope to
change anything.”
</p>
<p>– Armin Arlert from the anime Attack on Titan</p>
</div>
<img
src="https://sportshub.cbsistatic.com/i/2021/03/18/b776edba-f4f9-44e0-84f8-872213c3a39b/attack-on-titan-armin-new-world-1234686.jpg"
alt="Armin Arlert"
id="Armin"
/>
</div>
</body>
</html>