-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (39 loc) · 2.17 KB
/
index.html
File metadata and controls
51 lines (39 loc) · 2.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Stanford Blockchain Club</title>
<meta name="description" content="The Stanford Blockchain Club is Stanford University’s student group for everything blockchain, cryptoeconomics, and cryptocurrency. ">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115152815-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115152815-1');
</script>
</head>
<body>
<div class="container">
<img src="logo.png" id="logo" />
<h1>Stanford Blockchain Club</h1>
<p>Founded in 2014, the Stanford Blockchain Club is Stanford University’s student group for everything blockchain, cryptoeconomics, and cryptocurrency. </p>
<p>Also check out the <a href="https://cbr.stanford.edu/">Center for Blockchain Research</a>.</p>
<h2>Connect</h2>
<p>All announcements and events are published on our <a href="https://www.facebook.com/stanfordbitcoin/">Facebook page</a>, <a href="https://mailman.stanford.edu/mailman/listinfo/blockchainclub">mailing list</a>, and <a href="https://calendar.google.com/calendar/embed?src=stanfordbitcoinclub%40gmail.com">calendar</a>.</p>
<h2>Officers</h2>
<p>
<a href="https://cs.stanford.edu/~charleslu/">Charles Lu</a><br />
<a href="mailto:golubd@stanford.edu?Subject=[SBC]">David Golub</a><br />
<a href="mailto:kvdsouza@stanford.edu?Subject=[SBC]">Kyle D'Souza</a>
</p>
<h2>Advisor</h2>
<p><a href="https://crypto.stanford.edu/~dabo/">Dan Boneh</a></p>
<h2>Inquiries</h2>
<p>To minimize conflict of interest and avoid commercialization, the club members have decided to generally decline formal partnerships and sponsorship. For all inquiries, please reach out by messaging the Facebook page.</p>
</div>
</body>
</html>