-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathauthors.html
More file actions
156 lines (143 loc) · 4.57 KB
/
authors.html
File metadata and controls
156 lines (143 loc) · 4.57 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- Favicon -->
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/custom.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Anonymous+Pro:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> <title>PyCon Indonesia 2017 - Authors</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css">
.img-circle {
border-radius: 50%;
}
.text-sub {
font-size: 16px;
}
</style>
</head>
<body>
<!-- Made by Erik Terwan -->
<!-- 24th of November 2015 -->
<!-- All rights reserved -->
<nav class="nav" role="navigation">
<div id="menuToggle">
<!--
A fake / hidden checkbox is used as click reciever,
so you can use the :checked selector on it.
-->
<input type="checkbox" />
<!--
Some spans to act as a hamburger.
They are acting like a real hamburger,
not that McDonalds stuff.
-->
<span></span>
<span></span>
<span></span>
<!--
Too bad the menu has to be inside of the button
but hey, it's pure CSS magic.
-->
<ul id="menu">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="http://ticket.pycon.id" target="blank">TICKET</a>
</li>
<li>
<a href="/call-for-papers">Call For Papers</a>
</li>
<li>
<a href="/code-of-conduct">Code of Conduct</a>
</li>
<li>
<a href="/schedules">Schedules</a>
</li>
</ul>
</div>
</nav>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo">
<a href="/index.html">
<img src="/images/logo.png" alt="" />
</a>
</span>
<p>Politeknik Elektronika Negeri Surabaya, 9 Desember 2017</p>
<p>A NEW BEGINNING</p>
</header>
<h1>Authors on PyCon Indonesia 2017</h1>
<ul> <li><a href="./author/nanang-suryadi.html">nanang suryadi</a> (2)</li>
</ul>
<!-- Footer -->
<footer id="footer" class="alt">
<section>
<h2>PyCon Indonesia 2017</h2>
<span class="logo">
<img src="/images/logo-no.png" alt="" />
</span>
<p>PyCon Indonesia is a largest Python conference in Indonesia where Python users, or people interested in Python, gather
to learn from each other and meet other members of the community. We chose "A new Beginning" as our theme.</p>
</section>
<section>
<h2>A new beginning at PyCon Indonesia 2017</h2>
<dl class="alt">
<dt>Location</dt>
<dd>Politeknik Elektronika Negeri Surabaya, Indonesia</dd>
<dt>Email</dt>
<dd>
<a href="#">conf@python.or.id</a>
</dd>
</dl>
<ul class="icons">
<li>
<a href="#" class="icon fa-twitter alt">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="#" class="icon fa-facebook alt">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="#" class="icon fa-instagram alt">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="#" class="icon fa-github alt">
<span class="label">GitHub</span>
</a>
</li>
<li>
<a href="#" class="icon fa-dribbble alt">
<span class="label">Dribbble</span>
</a>
</li>
</ul>
</section>
<p class="copyright">© PyCon Indonesia 2017.</p>
</footer> </div>
<!-- Scripts -->
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.scrollex.min.js"></script>
<script src="/js/jquery.scrolly.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="/js/main.js"></script>
</body>
</html>