-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.html
125 lines (116 loc) · 5.92 KB
/
calendar.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
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
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<head>
<script>
var WebFontConfig = {
google: { families: [
'Roboto:400,300,500:latin','Lobster::latin'
] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<style media="screen">
.brand-logo {
font-family: Lobster;
}
</style>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<nav class="blue-grey" role="navigation">
<div class="nav-wrapper container">
<img size="50" src="/images/nightclub-white.png" style="color: rgb(255, 255, 255); background-color: rgb(96, 125, 139); user-select: none; display: inline-flex; align-items: center; justify-content: center; font-size: 25px; border-radius: 50%; height: 50px; width: 50px;">
<a id="logo-container" href="http://noblockno.party" class="brand-logo"><i class='logo'></i>BlockParty</a>
<ul class="right hide-on-med-and-down">
<li><a href="http://devcon3social.noblockno.party">DevCon3 social calendar</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="http://devcon3social.noblockno.party">DevCon3 social calendar</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center orange-text brand-logo">DevCon3</h1>
<div class="row center">
<h5 class="header col s12 light"><i class="material-icons">date_range</i> SOCIAL EVENT CALENDAR</h5>
</div>
<div class="row center">
<p class="light">
If you are planning any social events during DevCon3, tweet to <a href="https://twitter.com/makoto_inoue">@makoto_inoue</a> so that he will add your event to the calendar.
</p>
</div>
<div class="row center">
<iframe src="https://calendar.google.com/calendar/embed?mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=chqmgv1f61keld67adnceof8vc%40group.calendar.google.com&color=%23691426&ctz=America%2FCancun" style="border-width:0" width="90%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<div class="row">
<h5>Other useful links</h5>
<li><a href="https://docs.google.com/document/d/1OoRKKlNGNznBwedQ3FPpDXWnIQadoPhm0nLiewuxcEI/edit?usp=sharing">A Cryptofriendly Guide to Cancun</a></li>
<li><a href="https://medium.com/dopameme-io/tips-and-tricks-for-devcon-at-cancun-from-a-mexican-1adb13189883">Tips and Tricks for DEVCON at Cancun. From a Mexican</a></li>
</div>
<div class="row center">
<p class="light">
DevCon3 Social event calendar is brought to you by <a href="https://noblockno.party">BlockParty</a>, Event Management Dapp with a twist.
</p>
</div>
</div>
</div>
<footer class="page-footer orange">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Made in London</h5>
<p class="grey-text text-lighten-4">
BlockParty has been used to manage events at London Ethereum CodeUp. If you happen to be in London, join <a href="http://meetup.com/london-ethereum-codeup/">our meetup</a>
</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="https://medium.com/@makoto_inoue">Medium</a></li>
<li><a class="white-text" href="http://github.com/makoto/blockparty">Github</a></li>
<li><a class="white-text" href="https://twitter.com/noblocknoparty">Twitter</a></li>
<li><a class="white-text" href="https://www.youtube.com/watch?v=m8lLp42r7os&list=PL8MwCJAiRUBJMy0yHYh3pE6HQnWdyODTy">YouTube</a></li>
<li><a class="white-text" href="https://goo.gl/forms/ea2kI2XKWz8DLezR2">Register your interest</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Past events</h5>
<ul>
<li><a class="white-text" href="http://bit.ly/blckprty">DevCon2</a></li>
<li><a class="white-text" href="http://bit.ly/blckprtyedcon">EdCon</a></li>
<li><a class="white-text" href="http://ethldn201710.noblockno.party">Ethereum London</a></li>
<li><a class="white-text" href="http://codeupv23.noblockno.party">CodeUp</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="orange-text text-lighten-3" href="http://twitter.com/makoto_inoue">Makoto</a>
</div>
</div>
<script type="text/javascript">
$(".button-collapse").sideNav();
</script>
</footer>
</body>
</html>