-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 1.97 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 1.97 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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer">
<!-- 0vens Website -->
</head>
<body>
<div class="page-grid">
<div style="height: 100vh; margin-bottom: 5%">
<div class="navbar">
<a href="index.html" class="navlinks">Home</a>
<a href="music.html" class="navlinks">Music</a>
</div>
<div>
<img class="pfp" src="src/newerpfp.jpg" alt="pfp">
<h2 style="display: block; margin: 1vh auto 1vh auto">0vens-Syntax</h2>
</div>
<div class="link-bar">
<a href="mailto:genericnotifications.jstbi@simplelogin.com" class="icon-btn"><i class="fa fa-2x fa-envelope"></i><br>Email</a>
<a href="https://sealedrecords2.bandcamp.com/track/the-psycho-squat" class="icon-btn"><i class="fa fa-2x fa-coffee"></i><br>N/A</a>
<a href="https://signal.me/#eu/K9i0X6EncuUPJ+25o3CLSJAj97Y2R0MYNjAG3gmuLwSv0VPX0aFEEpb3/fEKQ1lw" class="icon-btn"><i class="fa-brands fa-signal-messenger fa-2x"></i><br>Signal</a>
<a href="https://bandcamp.com/0ven" class="icon-btn"><i class="fa fa-2x fa-bandcamp"></i><br>Music</a>
<a href="https://github.com/Ovens-Syntax" class="icon-btn"><i class="fa fa-2x fa-github"></i><br>Github</a>
</div>
</div>
<div style="height: 100vh;">
<div class="blog-grid">
<a href="Making Patches.html" class="article">
<h3 class="article-title">Making Patches</h3>
<h3 class="article-date">2/29/24</h4>
<img src="src/Making-Patches.jpg" alt="Making Patches" class="article-thumb"/>
</a>
</div>
</div>
</div>
</body>
</html>