-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.77 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
<!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">
<meta name="author" content="Pratyush Nalam">
<meta name="description" content="Links for Instagram">
<link rel="shortcut icon" type="image/png" href="pratnala.png">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<!-- Homescreen icon -->
<link rel="apple-touch-icon" href="pratnala.png">
<!-- Font Awesome Kit -->
<script src="https://kit.fontawesome.com/b9b055f900.js" crossorigin="anonymous"></script>
<!-- Fathom Analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="YXKBKGRT" defer></script>
<title>Pratyush Nalam</title>
</head>
<body>
<img src="pratnala.png" class="profile-picture">
<div class="profile-name">Pratyush Nalam</div>
<div class="section-header">Recent posts</div>
<a href="https://blog.pratyushnalam.com/manchester-disunited/" class="link text-link" target="_blank">Manchester Disunited</a>
<a href="https://blog.pratyushnalam.com/digital-storefronts-and-digital-cuts/" class="link text-link" target="_blank">Digital storefronts and digital cuts</a>
<a href="https://blog.pratyushnalam.com/jumping-off-a-plane/" class="link text-link">Jumping off a plane</a>
<div class="section-header">Links</div>
<div class="link">
<a href="https://www.pratyushnalam.com" class="profile-link"><i class="fas fa-globe fa-fw"></i></a>
<a href="https://blog.pratyushnalam.com" class="profile-link"><i class="fas fa-pencil fa-fw"></i></a>
</div>
</body>
</html>