-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (47 loc) · 2.13 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<title>Ashwin Rohit Alagiri Rajan</title>
</head>
<body>
<!-- localhost:5500 -->
<!-- <div style="display:none;"> -->
<div class="top-bar">
<header>
<div id="logo"><h1><a href="/index.html">அ</a></h1></div>
<h1>Ashwin Rohit Alagiri Rajan</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="/projects.html">Projects</a>
<a href="/contacts.html">Contact</a>
</nav>
</div>
<div class="page-info">
<h3 class="info-header">About Me 👋</h3>
<p>Hello, I'm Ashwin, I like programming, watching movies, and eating good South Indian food.</p>
<p>To know more about me check out my resume.</p>
<div class="button-holder"><a href="/Ashwin Rohit Alagiri Rajan (CV).pdf" target="_blank">Resume PDF</a></div>
<h3 class="info-header">What I'm working on</h3>
<p>I've always liked systems programming with C++. Now I'm trying out other stuff like web development and app developement in iOS.</p>
<p>Initially I started out with porting a raycaster I wrote in C++ to HTML using canvas, then I tried out a few other things (check out <a href="/projects.html" style="color: #81a1c1;">Projects</a>).</p>
<h3 class="info-header">Some things I like</h3>
<ul>
<li>Color Theme : Nord (Used in this website)</li>
<li>IDE : Jetbrains IDEs (Clion, Intellij)</li>
<li>Monospaced Font : Jetbrains Mono</li>
<!-- <li>Social Media : Reddit</li> -->
<!-- <li>Food : Biriyani</li> -->
</ul>
<hr>
</div>
<!-- </div> -->
</body>
</html>