-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (68 loc) · 2.46 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114306992-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114306992-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A photo sharing platform, that is exclusively available for IITB community."
/>
<title>Delagram Links</title>
<style>
body {
font-family: sans-serif;
color: white;
background-color: black;
}
a {
color: white;
text-underline-position: under;
}
#note {
color: grey;
}
body {
width: 60%;
margin:auto;
}
ul li {
margin-bottom: 20px;
}
#title {
text-align: center;
margin-bottom: 70px;
}
</style>
</head>
<body>
<h1 id="title">[ Delagram : A Photo Portal ]</h1>
<h2>Project Links:</h2>
<ul>
<li><a target=”_blank” href="https://github.com/savvysiddharth/project-delagram/blob/master/README.md">README</a></li>
<li><a target=”_blank” href="https://savvysiddharth.github.io/project-delagram/Backend/doc/">Backend Documentation</a></li>
<li><a target=”_blank” href="https://savvysiddharth.github.io/project-delagram/Frontend/docs/">Frontend Documentation</a></li>
<li><a target=”_blank” href="https://savvysiddharth.github.io/project-delagram/Frontend/build/">Live Build</a></li>
<li><a target=”_blank” href="https://github.com/savvysiddharth/project-delagram">Github</a></li>
<li><a target=”_blank” href="https://github.com/savvysiddharth/project-delagram/blob/master/README.md#screenshots">Screenshots</a></li>
<li><a target=”_blank” href="https://drive.google.com/file/d/1FrGSBpqBd6vlslYEXUWVPFHTRsMn7wkC/view?usp=sharing">Demo Video</a></li>
</ul>
<hr color="grey">
<div id="note">
<h3>Test Account: (disabled temporarily)</h3>
<p>Username: 213050033@iitb.ac.in</p>
<p>Password: *********</p>
</div>
<hr color="grey">
<h3>Developers:</h3>
<a href="https://github.com/swaroop-nath">Swaroop Nath</a> | <a href="https://github.com/savvysiddharth">Siddharth Maurya</a> | <a href="https://github.com/mayankkakad">Mayank Kakad</a>
</body>
</html>