-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
59 lines (57 loc) · 2.46 KB
/
Copy pathabout.html
File metadata and controls
59 lines (57 loc) · 2.46 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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Jester Labs - About</title>
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav>
<div class="logo">
<a href="index.html"><b><img src="logo-wip.svg" height="7%" width="7%" style="margin-right: -8px;"> Jester Labs</b></a>
</div>
<div class="hamburger">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="navigation">
<a href="about.html"><b>About</b></a>
<a href="projects.html"><b>Projects</b></a>
<a href="https://blog.jesterlabs.ai"><b>Blog</b></a>
<a href="index.html#index-contact-section"><b>Contact</b></a>
<a href="https://github.com/jesterlabs"><img src="github_nex_square.svg" alt="GitHub Logo"></a>
</div>
</nav>
</header>
<main>
<div class="co-founder-container">
<div class="co-founder">
<img src="ryan-pixel.png" alt="Ryan">
<h3>Ryan Sudhakaran</h3>
<p>
<div class="people_links">
<a href="https://twitter.com/ryrysuds" target="_blank"><img src="twitter.svg" alt="Twitter" class="icon"></a>
<a href="https://www.linkedin.com/in/ryan-sudhakaran/" target="_blank"><img src="linkedin.svg" alt="LinkedIn" class="icon"></a>
<a href="https://github.com/rysuds" target="_blank"><img src="github-mark.svg" alt="GitHub" class="icon"></a>
</div>
</p>
</div>
<div class="co-founder">
<img src="shyam-pixel.png" alt="Shyam">
<h3>Shyam Sudhakaran</h3>
<p>
<div class="people_links">
<a href="https://shyamsn97.github.io/" target="_blank"><img src="site.svg" alt="Site" class="icon"></a>
<a href="https://twitter.com/SudhakaranShyam" target="_blank"><img src="twitter.svg" alt="Twitter" class="icon"></a>
<a href="https://www.linkedin.com/in/shyam-sudhakaran" target="_blank"><img src="linkedin.svg" alt="LinkedIn" class="icon"></a>
<a href="https://github.com/shyamsn97" target="_blank"><img src="github-mark.svg" alt="GitHub" class="icon"></a>
</div>
</p>
</div>
</div>
</main>
</body>
</html>