|
11 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
12 | 12 | <meta name="description" content="PyCon Balkan description"> |
13 | 13 | <meta name="author" content="Python Balkan community"> |
14 | | - <link rel="shortcut icon" href="favicon.ico"> |
| 14 | + <link rel="icon" type="image/png" sizes="32x32" href="{% static 'img/favicon-32x32.png' %}"> |
| 15 | + <link rel="icon" type="image/png" sizes="16x16" href="{% static 'img/favicon-16x16.png' %}"> |
15 | 16 | <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> |
16 | 17 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous"> |
17 | 18 | <!-- Bootstrap 4 --> |
18 | 19 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
19 | 20 | <link rel="stylesheet" href="{% static 'css/style.css' %}"> |
20 | 21 |
|
21 | 22 | <!-- Timer JS --> |
22 | | - <script src="{% static js/timer.js %}" type="text/javascript"></script> |
| 23 | + <script src="{% static 'js/timer.js' %}" type="text/javascript"></script> |
23 | 24 |
|
24 | 25 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
25 | 26 | <!--[if lt IE 9]> |
|
36 | 37 | <div class="col-md-11 offset-0"> |
37 | 38 | <nav class="navbar navbar-light navbar-expand-md bg-faded justify-content-center"> |
38 | 39 | <div class="navbar navbar-header mr-auto"> |
39 | | - <a class="navbar-brand" href="#"><img src="img/logo.jpg"></a> |
| 40 | + <a class="navbar-brand" href="#"><img src="{% static 'img/logo.jpg' %}"></a> |
40 | 41 | </div> |
41 | 42 | <ul class="nav navbar-nav ml-auto w-100 justify-content-end mb-5 pb-3"> |
42 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">News</a></li> |
43 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">CFP</a></li> |
44 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">Sponsoring</a></li> |
45 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">Timetable</a></li> |
46 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">Travel</a></li> |
47 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">Tickets</a></li> |
48 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">Events</a></li> |
49 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">FAQ</a></li> |
50 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">About</a></li> |
51 | | - <li><a class="btn btn-light btn-sm round" href="#" role="button">Contact</a></li> |
| 43 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">News</a></li>#} |
| 44 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">CFP</a></li>#} |
| 45 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">Sponsoring</a></li>#} |
| 46 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">Timetable</a></li>#} |
| 47 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">Travel</a></li>#} |
| 48 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">Tickets</a></li>#} |
| 49 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">Events</a></li>#} |
| 50 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">FAQ</a></li>#} |
| 51 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">About</a></li>#} |
| 52 | +{# <li><a class="btn btn-light btn-sm round" href="#" role="button">Contact</a></li>#} |
| 53 | + <li><a class="btn btn-light btn-sm round" href="/coc" role="button">CoC</a></li> |
52 | 54 | </ul> |
53 | 55 | </nav> |
54 | 56 | </div> |
@@ -77,12 +79,12 @@ <h1 class="font900 font-yellow">#1</h1> |
77 | 79 | <p><i class="fas fa-globe"></i> International Event</p> |
78 | 80 | </div> |
79 | 81 | <div> |
80 | | - <a class="btn btn-primary btn-md round" href="#" role="button"><b>JOIN US</b></a> |
| 82 | +{# <a class="btn btn-primary btn-md round" href="#" role="button"><b>JOIN US</b></a>#} |
81 | 83 | </div> |
82 | 84 | <div> |
83 | | - <i class="fa-lg fab fa-facebook-f sn-icons"></i> |
84 | | - <i class="fa-lg fab fa-twitter sn-icons"></i> |
85 | | - <i class="fa-lg fab fa-linkedin-in sn-icons"></i> |
| 85 | +{# <i class="fa-lg fab fa-facebook-f sn-icons"></i>#} |
| 86 | +{# <i class="fa-lg fab fa-twitter sn-icons"></i>#} |
| 87 | +{# <i class="fa-lg fab fa-linkedin-in sn-icons"></i>#} |
86 | 88 | </div> |
87 | 89 | </div> |
88 | 90 | </div> |
@@ -113,48 +115,33 @@ <h1 class="font900 font-blue">Early bird tickets</h1> |
113 | 115 | </ul> |
114 | 116 | </div> |
115 | 117 | <div class="moveDown"> |
116 | | - <a class="btn btn-secondary btn-md round" href="#" role="button" id="btnBuyNow"><b>Buy Now</b></a> |
| 118 | +{# <a class="btn btn-secondary btn-md round" href="#" role="button" id="btnBuyNow"><b>Buy Now</b></a>#} |
117 | 119 | </div> |
118 | 120 |
|
119 | 121 | <div class="moveDown"> |
120 | | - <h1 class="font900 font-yellow">Speakers</h1> |
| 122 | +{# <h1 class="font900 font-yellow">Speakers</h1>#} |
121 | 123 | </div> |
122 | 124 |
|
123 | 125 | <div class="card-deck moveDown"> |
124 | 126 | <div class="card"> |
125 | 127 | <div class="row"> |
| 128 | + {% for speaker in speakerPhoto %} |
126 | 129 | <div class="col-sm"> |
127 | | - <img src="img/user1.png"> |
| 130 | + <img src="{{ speaker.profile_picture }}"> |
128 | 131 | <ul class="card-body h-100 justify-content-center"> |
129 | | - <li><b>Luka Kladarić</b></li> |
| 132 | + <li><b>{{ speaker.speaker.name }}</b></li> |
130 | 133 | <hr> |
131 | | - <li>Senior Software Engineer at Noom Inc.</li> |
132 | | - </ul> |
133 | | - </div> |
134 | | - |
135 | | - <div class="col-sm"> |
136 | | - <img src="img/user1.png"> |
137 | | - <ul class="card-body h-100 justify-content-center"> |
138 | | - <li><b>Krzysztof Žuraw</b></li> |
139 | | - <hr> |
140 | | - <li>Python Developer at STX Next</li> |
141 | | - </ul> |
142 | | - </div> |
143 | | - <div class="col-sm"> |
144 | | - <img src="img/user1.png"> |
145 | | - <ul class="card-body h-100 justify-content-center"> |
146 | | - <li><b>Luka Kladarić</b></li> |
147 | | - <hr> |
148 | | - <li>Senior Software Engineer at Noom Inc.</li> |
| 134 | + <li>{{ speaker.speaker.job }}</li> |
149 | 135 | </ul> |
150 | 136 | </div> |
| 137 | + {% endfor %} |
151 | 138 | </div> |
152 | 139 | </div> |
153 | 140 | </div> |
154 | 141 |
|
155 | 142 | <div class="moveDown"> |
156 | | - <a class="btn btn-secondary btn-md round" href="#" role="button" id="seeMore"><b>See More</b></a> |
157 | | - <a class="btn btn-primary btn-md round" href="#" role="button" id="attend"><b>Attend</b></a> |
| 143 | +{# <a class="btn btn-secondary btn-md round" href="#" role="button" id="seeMore"><b>See More</b></a>#} |
| 144 | +{# <a class="btn btn-primary btn-md round" href="#" role="button" id="attend"><b>Attend</b></a>#} |
158 | 145 | </div> |
159 | 146 | </div> |
160 | 147 |
|
|
0 commit comments