-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.html
More file actions
66 lines (63 loc) · 4.37 KB
/
project.html
File metadata and controls
66 lines (63 loc) · 4.37 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
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snowflake | Project</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<section class="landing"><a href="index.html"><img src="assets/img/logo.svg" class="center"></a>
<p class="text-center nav-bar sg-font"><a href="index.html" class="nav-sec">Overview</a><a class="text-white nav-sec" href="#">Project</a><a href="surveys.html" class="nav-sec">Surveys</a></p>
<h1 class="text-center text-white rsrcs">Resources</h1>
<div class="card-deck">
<div class="card text-light bg-dark hover-thing">
<div class="card-body">
<h4 class="card-title"><i class="fa fa-file-powerpoint-o"></i> Presentation</h4><a href="assets/img/presentation.ppt" target="_blank"><button class="btn btn-primary" type="button">Link</button></a></div>
</div>
<div class="card text-light bg-dark hover-thing">
<div class="card-body">
<h4 class="card-title"><i class="fa fa-paperclip"></i> Research Paper</h4><a href="assets/img/research-paper.pdf" target="_blank"><button class="btn btn-primary" type="button">Link</button></a></div>
</div>
</div>
<h1 class="text-center text-white rsrcs" name="team">About the Team</h1>
<div class="card-deck">
<div class="card text-light bg-dark hover-thing">
<div class="card-body"><img class="img-fluid about-team-img" src="assets/img/me-green.png">
<h4 class="card-title">Shubhro Gupta</h4>
<p>designer, developer, presentation maker</p>
<a href="https://shubhro.in"><button class="btn btn-primary about-team-button" type="button"><i class="fa fa-link"></i></button></a>
<a href="https://www.behance.net/shubhroGupta"><button class="btn btn-primary about-team-button" type="button"><i class="fa fa-github"></i></button></a>
<a href="https://github.com/shubhrogupta"><button class="btn btn-primary" type="button"><i class="fa fa-behance"></i></button></div></a>
</div>
<div class="card text-light bg-dark hover-thing">
<div class="card-body"><img class="img-fluid about-team-img" src="assets/img/indrajith.jpeg">
<h4 class="card-title">Indrajith Gopinathan</h4>
<p>content writer, documentation, researcher</p>
<a href="https://github.com/GaleiteD"><button class="btn btn-primary about-team-button" type="button"><i class="fa fa-github"></i></button></a>
<a href="https://www.behance.net/indrajigopinat"><button class="btn btn-primary" type="button"><i class="fa fa-behance"></i></button></div></a>
</div>
<div class="card text-light bg-dark hover-thing">
<div class="card-body"><img class="img-fluid about-team-img" src="assets/img/aniket.jpeg">
<h4 class="card-title">Aniket Mathur</h4>
<p>researcher</p>
<a href="https://shubhro.in"><button class="btn btn-primary" type="button"><i class="fa fa-link"></i></button></div></a>
</div>
</div>
</section>
<footer>
<hr style="background-color: grey">
<p class="lead text-center footer-link-p">
<a href="https://github.com/snowflake-project/" class="footer-link" target="_blank">Github</a>
<a href="assets/img/research-paper.pdf" target="_blank" class="footer-link">Research</a>
<a href="project.html#team" class="footer-link">About</a>
<a href="project.html" class="footer-link">Team</a>
</p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
</body>
</html>