-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Leonardo Rivera</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<nav id="nav-bar">
<a href="index.html">Home</a> |
<a href="blog.html">Blog</a> |
<a href="portfolio.html">Portfolio</a> |
<a href="about.html">About me</a>
</nav>
<h1 class="highligthed">What you'll find here</h1>
<div class="contact-text">
<p>Hi there!. I'm a computer systems engineer undergraduate to egress in about a year. This is a webpage made for sharing my work and the things I learn and discover through time. Though, I'm interested in all computer related stuff, I'm mostly passionate about programming, software engineering, cybersecurity and linux. </p>
<p>Have a look around and don't hesitate to contact me if you need help: [email protected]</p>
</div>
<h1 class="highligthed">Featured Blogposts</h1>
<div class="post-grid">
<a href="posts/2023-07-12/nixos-installer-not-working.html">
<div class="card">
<img class="image" src="res/img/nixos.png" alt="cardImage"/>
<div class="content">
<p>Date Added: 2023-7-12</p>
<p>Troubleshooting: NixOs installer not outputting display after selecting any option</p>
</div>
</div>
</a>
</div>
</body>
</html>