-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
90 lines (69 loc) · 3.37 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
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<title>Uai Hacker Club by uaihackerclub</title>
</head>
<body>
<header>
<div class="container">
<img src='images/cheese.png' style="position:absolute;left:30px"/>
<div id='cmd'></div>
<h2></h2>
<section id="downloads" style="display:none">
<a href="https://github.com/uaihackerclub" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a id="welcome-to-github-pages" class="anchor"
href="#welcome-to-github-pages" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>
(Uai)Why hack?</h3>
<p>
Check out our Online Calendar
<a href="#" data-toggle="modal" data-target=".bs-example-modal-lg">here!</a> </p>
</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>Goals</h3>
<h3>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>Projects</h3>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>For who?</h3>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>How participate?</h3>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Send an email to <a href="malito://[email protected]">[email protected]</a> or
talk with us by <a href="https://telegram.me/joinchat/Bd7U_UC3wFP6G7ZOBtgtww">telegram </a> </p>
</section>
</div>
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Agenda</h4>
</div>
<div class="responsive-iframe-container big-container">
<iframe src="https://calendar.google.com/calendar/embed?mode=WEEK&height=300&wkst=1&bgcolor=%23FFFFFF&src=ovlpnbk6hnp34cg9nvhsf1nbk8%40group.calendar.google.com&color=%23691426&ctz=America%2FSao_Paulo" style="border-width:0" width="800" height="300" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"
></script>
<script src='javascripts/main.js'></script>
<script src='javascripts/bootstrap.min.js'></script>
</body>
</html>