-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
215 lines (213 loc) · 9.64 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Google Developer ND'18</title>
<link href="https://fonts.googleapis.com/css?family=Oswald:700|Quicksand" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="nav">
<img tabindex="0" class="logo" src="https://1onjea25cyhx3uvxgs4vu325-wpengine.netdna-ssl.com/wp-content/themes/udacity_wp_1_8/images/Udacity_Logo_SVG_200x35.svg" alt="Udacity_Logo_SVG_200x35">
<div class="pageName">
<h1 tabindex="0">Google Developer '18</h1>
<h3 tabindex="0">Nanodegree AMA Transcripts</h3>
</div>
</div>
<div id="introTitle">
<h2 tabindex="0">AMA Sessions Transcripts</h2>
<date tabindex="0">15<sup>th</sup> February 2018 : 15<sup>th</sup> August 2018</date>
<p tabindex="0">This webpage includes all the transcripts of AMA sessions held on Nanodegree scholarship Slack channel.</p>
</div>
</header>
<main>
<div class="content">
<!--SEARCH BAR and Download button-->
<div class="buttons" dir="rtl">
<input type="search" placeholder="Search">
<button type="button" name="Download" value="Download pdf">
<span>PDF version</span>
<i class="material-icons">file_download</i>
</button>
</div>
<div class="clearfix"></div>
<!--Q&As-->
<div class="Question-list">
<div class="question">
<div class="catergory">
<div class="catergory-item">
<div class="GENERAL circle-margin-right"></div>
<span><a href="#">General</a></span>
</div>
<div class="catergory-item">
<div class="ABND circle-margin-right"></div>
<span><a href="#">Android Basics track</a></span>
</div>
</div>
<h3>Do we all have a chat in the classroom? Students from other programs said they have, but I don't. Mine is Android Basics</h3>
<p>As of right now, the chat function built into the classrooms have been rolled out to FEND and MWS. This may be rolled into more NDs in the future, but at this time there's nothing to confirm or even speculate on since it's fairly new and still being tested in specific NDs.</p>
</div>
<div class="question">
<div class="catergory">
<div class="catergory-item">
<div class="GENERAL circle-margin-right"></div>
<span><a href="#">General</a></span>
</div>
<div class="catergory-item">
<div class="FEND circle-margin-right"></div>
<span><a href="#">Front-End track</a></span>
</div>
</div>
<h3>Historically what is reasons made some students not not graduate from the ND is it the same criteria in the first phase or what?
and what advises for us to get 100% competently understanding and stronger front end developers</h3>
<p>Really, it mostly comes down to time management. The first projects are the most important because we have a lot of statistics that show the students who are able to get the first two projects in on time are very likely to successfully finish the ND.</p>
</div>
</div>
</div>
<!--Side Column-->
<div class="sideColumn" dir="rtl">
<div class="filters">
<h2 class="Side-title">Filter Archive</h2>
<div class="filter-item">
<ul>
<li class="checkbox-container">
<input type="checkbox" checked>
<span class="checkmark"></span>
<div class="filter-name">
<p>All</p>
</div>
</li>
<div class="clearfix"></div>
</ul>
</div>
<div class="filter-item">
<h3>filter by catergory</h3>
<ul>
<li>
<input type="checkbox">
<div class="filter-name">
<div class="GENERAL circle-margin-left"></div>
<p>General</p>
</div>
</li>
<div class="clearfix"></div>
<li>
<input type="checkbox">
<div class="filter-name">
<div class="TECHNICAL circle-margin-left"></div>
<p>Technical</p>
</div>
</li>
<div class="clearfix"></div>
</ul>
</div>
<div class="filter-item">
<h3>filter by track</h3>
<ul>
<li>
<input type="checkbox">
<div class="filter-name">
<div class="ABND circle-margin-left"></div>
<p>ABND</p>
</div>
</li>
<div class="clearfix"></div>
<li>
<input type="checkbox">
<div class="filter-name">
<div class="AND circle-margin-left"></div>
<p>AND</p>
</div>
</li>
<div class="clearfix"></div>
<li>
<input type="checkbox">
<div class="filter-name">
<div class="FEND circle-margin-left"></div>
<p>FEND</p>
</div>
</li>
<div class="clearfix"></div>
<li>
<input type="checkbox">
<div class="filter-name">
<div class="MWS circle-margin-left"></div>
<p>MWS</p>
</div>
</li>
<div class="clearfix"></div>
</ul>
</div>
<div class="filter-item">
<h3>filter by time</h3>
<ul>
<li>
<input type="checkbox">
<div class="filter-name">
<p>Feb 15 – 11AM-12PM CET</p>
</div>
</li>
<div class="clearfix"></div>
<li>
<input type="checkbox">
<div class="filter-name">
<p>Feb 15 – 4PM-5PM CET</p>
</div>
</li>
<div class="clearfix"></div>
</ul>
</div>
</div>
</br>
</br>
</br>
<div class="upcoming">
<h2 class="Side-title">Upcoming Sessions</h2>
<ul>
<li class="date" id="nextAMA">
<h3>Friday, Feb 16</h3>
<h4>11AM-12PM CET</h4>
</li>
<li class="date">
<h3>Friday, Feb 16</h3>
<h4>4PM-5PM CET</h4>
</li>
<li class="date">
<h3>Monday, Feb 19</h3>
<h4>11AM-12PM CET</h4>
</li>
<li class="date">
<h3>Monday, Feb 19</h3>
<h4>4PM-5PM CET</h4>
</li>
<li class="date">
<h3>Tuesday, Feb 20</h3>
<h4>4PM-5PM CET</h4>
</li>
<li class="date">
<h3>Wednesday, Feb 21</h3>
<h4>4PM-5PM CET</h4>
</li>
<li class="date">
<h3>Thursday, Feb 22</h3>
<h4>4PM-5PM CET</h4>
</li>
<li class="date">
<h3>Friday, Feb 23</h3>
<h4>4PM-5PM CET</h4>
</li>
</ul>
</div>
</div>
</main>
<footer>
<p>Designed with <strong>❤</strong> for the community of <strong>Udacity and Google</strong></p>
</footer>
</body>
</html>