-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogEntry4.html
52 lines (52 loc) · 3.33 KB
/
blogEntry4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset = "UTF-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Benedict Ortiz - Personal Website</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id = "root">
<div>
<div class = "content">
<ul class = "header">
<li><a class ="home-button" href="/index.html">Home</a></li>
<li><a class ="resume-link" href="/files/resume_benortiz.pdf">Resume</a></li>
<li><a class ="blog-button" href="/blog.html">Blog</a></li>
<li><a class ="project-button" href="/project.html">Projects</a></li>
</ul>
<h1>Benedict Ortiz</h1>
<div class = "social">
<a href ="https://github.com/Ben-Ortiz" target ="_blank" rel="noopener noreferrer">
<img src = "images/icon-github.svg" alt ="github logo">
</a>
<a href ="mailto:[email protected]" target ="_blank" rel="noopener noreferrer">
<img src = "images/icon-mail.svg" alt ="linkedin logo">
</a>
<a href ="https://www.linkedin.com/in/benedictortiz/" target ="_blank" rel="noopener noreferrer">
<img src = "images/icon-linkedin.svg" alt ="linkedin logo">
</a>
</div>
<div class = "blog heading">
<h3>My Blog</h3>
</div>
<br>
<div class = "blog">
<div class ="blogEntry">
<h2>A 4th blog post just to give an update on myself</h2>
<p>
<em>January 6, 2024</em>
</p>
<p>
It's been a while since I updated, and I'm not really sure what to say. But just to brain dump, I did make a more useful project for myself recently. A fantasy football GroupMe Bot, that helps tremendously for a a fantasy football league I'm a manager of. Holidays just ended, it was great. I got to see family, some friends, and also my birthday did recently pass. I realize not many people will read this, and even less will read this far, so I don't feel it's important to care much about writing PII, a term I've recently learned in my current job because of how secure it has to be now. But, just thinking about how I set up this website, it would be nice to find a way to do this easier. I'm getting more motivation to do more projects and improve this site more recently. So stay tuned, and hopefully this website does get better, and I find out more things to learn about and make projects about. But I'm rambling now, so will end it here. If you've read this far, thanks, and have a great day. Looking forward to 2025.
</p>
</div>
</div>
</div>
</div>
</div>
<script src = "js/index.js"></script>
</body>
</html>