-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
117 lines (100 loc) · 4.37 KB
/
Copy pathabout.html
File metadata and controls
117 lines (100 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></KERNEL> — Data Science Society, IISER TVM</title>
<meta name="description" content="Meet the team behind </KERNEL>, the Data Science Society of IISER Thiruvananthapuram, and find out how to get in touch." />
<meta property="og:title" content="About Us & Our Team — </KERNEL>" />
<meta property="og:description" content="Meet the team behind </KERNEL>, the Data Science Society of IISER Thiruvananthapuram, and find out how to get in touch." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kernel.iisertvm.ac.in/about.html" />
<meta property="og:image" content="https://kernel.iisertvm.ac.in/assets/logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="preload" href="./assets/logo.png" as="image" />
<link rel="preload" href="./assets/logo_light.png" as="image" />
<script>if(localStorage.getItem('theme')==='light')document.documentElement.classList.add('light-mode');</script>
<script>
if (localStorage.getItem('theme') === 'light') {
document.documentElement.classList.add('light-mode');
}
</script>
<link rel="stylesheet" href="./css/style.css" />
<link rel="icon" type="image/png" href="./assets/favicon.png" />
</head>
<body>
<div class="page-loader" id="page-loader">
<div class="loader-inner">
<img class="loader-mark" id="loader-img" src="./assets/logo.png" alt="</KERNEL>" width="220" height="51" />
<script>
if (localStorage.getItem('theme') === 'light') {
document.getElementById('loader-img').src = './assets/logo_light.png';
}
</script>
<div class="loader-bar"><div class="loader-bar-fill"></div></div>
<p class="loader-text">collecting metadata…</p>
</div>
</div>
<header class="page-head">
<div class="wrap">
<div class="prompt-line"><span>$ cat about.md</span><span class="cursor"></span></div>
<h1>About Us & Our Team</h1>
</div>
</header>
<main class="wrap">
<section class="section">
<div class="section-head">
<h2><span class="idx">[0]:</span>Overview</h2>
</div>
<div class="cell">
<div class="cell-head"><span class="dot"></span><span class="tag">Out[1]:</span> who.we.are()</div>
<div class="cell-body">
<p class="about-statement">
<strong>Kernel</strong> is a student-run data science community at IISER Thiruvananthapuram. Have questions, feedback, or ideas for campus initiatives? Want to present your project, collaborate on data challenges, or lead a computational workshop? Reach out to us at <a href="mailto:kernel-sods@iisertvm.ac.in">kernel-sods@iisertvm.ac.in</a>.
</p>
</div>
</div>
<div class="section-head section-head--offset">
<h2><span class="idx">[1]:</span>Our Team</h2>
</div>
<div id="team-container">
<div class="state">loading team…</div>
</div>
<div class="section-head section-head--offset">
<h2><span class="idx">03.</span>Contact & Links</h2>
</div>
<div class="cell">
<div class="cell-head"><span class="dot"></span><span class="tag">Out[3]:</span> connect()</div>
<div class="cell-body">
<div class="contact-grid">
<div class="contact-card">
<span class="contact-label">$ email --primary</span>
<div class="contact-value">
<a href="mailto:kernel-sods@iisertvm.ac.in">kernel-sods@iisertvm.ac.in</a>
</div>
</div>
<div class="contact-card">
<span class="contact-label">$ locate --campus</span>
<div class="contact-value">
<a href="https://datascience.iisertvm.ac.in/" target="_blank" class="contact-value">
IISER Thiruvananthapuram, Vithura, Kerala
</a>
</div>
</div>
<div class="contact-card">
<span class="contact-label">$ explore --navigation</span>
<div class="contact-nav-links">
<a href="./talks.html" class="tag-pill">talks</a>
<a href="./events.html" class="tag-pill">events</a>
<a href="./newsletter.html" class="tag-pill">newsletter</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<script type="module" src="./js/about.js"></script>
<script src="./js/boot-type.js"></script>
</body>
</html>