-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (40 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<title>GDG Cracow - front-end automation</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
<!-- bower:css -->
<link href="stylesheet" src="dev/bower_components/normalize.css/normalize.css"></link>
<!-- endbower -->
<link rel="stylesheet" href="dev/bower_components/bootstrap-stylus/dist/bootstrap.css"></link>
<link rel="stylesheet" href="dev/css/main.css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="module module-profile">
<div class="profile-pic">
<img src="http://m.c.lnkd.licdn.com/mpr/pub/image-gjHbjM3fz3uBqySKNMfAOjt9s06R8ewxgLPlXxgusrhV2onHgjHlBiefskVxnHV1JdUw/dominik-prokop.jpg" />
</div>
<section class="content">
<small>Member since 11th June 1987</small>
<h1>Dominik Prokop</h1>
<ul class="interests list-unstyled list-inline">
<li>Baking</li>
<li>UX</li>
<li>Minimalism</li>
<li>User-facing development</li>
</ul>
</section>
<footer><a href="http://pl.linkedin.com/pub/dominik-prokop/4a/517/a9b">View complete profile</a>
</footer>
</div>
</div>
</div>
</div>
<!-- bower:js -->
<!-- endbower -->
<script src="dev/bower_components/bootstrap-stylus/dist/bootstrap.min.js"></script>
</body>
</html>