-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (26 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>SigCoin, a Special Interest Group of CompSoc in Edinburgh</title>
<meta name="description" content="We aim to connect students, academics and professionals who are interested in the topics of blockchain technology, cryptocurrency trading, smart contracts and decentralized applications." />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato&display=swap" />
</head>
<body>
<div id="content">
<main>
<h1>SigCoin</h1>
<p>SigCoin is a Special Interest Group of <a href="https://comp-soc.com/">CompSoc</a>, focusing on cryptocurrencies and blockchain technology. We aim to connect people with these interests and explore this technology and its potential applications from societal and financial perspectives.</p>
<h2>Events</h2>
<p>We host talks featuring academics and professionals with expertise in the field and <a href="./workshops/">workshops</a> on technical topics and other aspects of cryptocurrencies.</p>
<p>You can keep up with our events on <a href="https://www.facebook.com/SIGCoinEdinburgh/events/">Facebook</a>.</p>
</main>
<footer id="footer">
© 2019 SigCoin<br/>
This website’s content is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</footer>
</div>
</body>
</html>