-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (68 loc) · 2.44 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
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>Homepage of Arindam</title>
<style>
a:link {
color:inherit;
text-decoration: none;
}
img {
border-radius: 100px;
float: left;
margin-right: 2%;
}
.bigbold{
font-weight: bold;
font-style: normal;
color:rgb(48, 172, 89);
font-family: "Proxima Nova";
font-size: 41px;
}
.subtitle{
font-weight: 500;
font-style: normal;
color:rgb(30, 32, 31);
font-family: "Proxima Nova";
font-size: 20px;
}
.section{
text-align:center;
font-weight: 700;
font-style: normal;
color:rgb(40, 134, 87);
font-family: "Proxima Nova";
font-size: 24px;
}
.collapsible {
display: block;
background-color: #eee;
color:rgb(73, 67, 90);
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;}
</style>
<body>
<img src="image-2.jpeg" width="10%">
<br>
<p class="bigbold">
Arindam Mazumdar </p>
<p class="subtitle"> From Cosmology to Data Science</p>
<br><br><br>
<!--- <button type="button" class="collapsible">Open Collapsible</button>
<div class="content">
<p>Lorem ipsum...</p>
</div> -->
<br><br><br><br><br><br>
<p class="section" > <a href="https://htmlpreview.github.io/?https://github.com/arindam-mazumdar/arindam-mazumdar.github.io/blob/master/about_me.html"> About Me </a></p>
<br>
<p class="section"> <a href="https://htmlpreview.github.io/?https://github.com/arindam-mazumdar/arindam-mazumdar.github.io/blob/master/BRFSS_des.html"> Projects in Data Science</p>
<br>
<p class="section"> <a href="https://htmlpreview.github.io/?https://github.com/arindam-mazumdar/arindam-mazumdar.github.io/blob/master/cosmology.html"> Cosmology</p>
</body>
</head>
</html>