-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuses.html
37 lines (35 loc) · 1.38 KB
/
uses.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
<DOCTYPE html>
<head>
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Asap|Lobster|Maven+Pro|Montserrat|Questrial|Sedgwick+Ave|Source+Serif+Pro" rel="stylesheet">
<title>My ever evolving Tech Stack</title>
</head>
<html>
<body>
<div class="body">
So as I've been working, my personal and professional tech stack has evolved, and this is the current stack I'm using:
<h2>Personal</h2>
<h3>Hardware</h3>
<ul>
<li><b>2019 16" MacBook Pro running MacOS 11 "Big Sur"</b></li>
</ul>
<H3>Software</H3>
<ul>
<li><b>VS Code</b</li>
</ul>
<h3>"DevOps</h3>
<ul>
<li><b>GitHub</b></li>
</ul>
<h3>Languages and Frameworks</h3>
<ul>
<li><b>JavaScript</b></li>
</ul>
<h2>Professional</h2>
<h3>Hardware</h3>
<H3>Software</H3>
<h3>"DevOps</h3>
<h3>Languages and Frameworks</h3>
</div>
</body>
</html>