-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (59 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>Honest</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
<h1 class="logo">
<a href="index.html">Otoniel Valencia</a>
</h1>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/leinotoo"><img src="assets/github1.png" alt="GitHub logo" width="20px"/></a></li>
<li><a href="https://www.linkedin.com/in/otoniel-valencia-558695282/"><img src="assets/linkedin1.png" alt="LinkedIn logo" width="20px"/></a></li>
</ul>
</nav>
<main>
<h1 class="page-title">Honest</h1>
<div class="about">
<div class="about-image">
<img
src="assets/IMG_3349.jpg"
alt="Image of me at Griffith Observatory"
class="griffith-image"
width="500"
height="600"
/>
</div>
<div class="about-text">
<section>
<p>
My name is Otoniel Valencia. I am a second year Computer
Engineering major at <em>Cal Poly</em>. I am a 19 year old from
the Inland Empire. My hobbies consist of playing video games,
watching films, listening to a wide variety of music, and
<strong>skateboarding!</strong>
</p>
<p>
I am currently in the process of learning new tricks on my
skateboard although doing so in SLO has proven to be a bit
challenging. All the hills and steep streets have made it more
than difficult.
</p>
</section>
</div>
</div>
<section></section>
<section></section>
<section></section>
<section></section>
</main>
<footer class="footer">© 2023 Honest | All Rights Reserved"</footer>
</body>
</html>