-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathworkshop.html
193 lines (176 loc) · 8.87 KB
/
workshop.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no,minimum-scale=1,maximum-scale=1,user-scalable=no">
<!-- Bootstrap CSS -->
<link type="text/css" rel="stylesheet" href="css/bootstrap/bootstrap.css">
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">-->
<!-- Custom CSS -->
<link type="text/css" rel="stylesheet" href="css/styles/common.css">
<link type="text/css" rel="stylesheet" href="css/styles/workshop_details.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<title></title>
</head>
<body>
<nav id="nav" class="nav-main">
<ul class="nav-list">
<li class="list-item nav-logo"><a href="/">PC</a></li>
<li class="list-item"><a href="/events">Events</a></li>
<li class="list-item"><a href="/resources">Resources</a></li>
<li class="list-item"><a href="#">About</a></li>
</ul>
<span id="nav-icon-btn" class="nav-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</span>
</nav>
<section class="container margin-b-180">
<main class="wrapper">
<div class="workshop-design">
<img class="workshop-image" src="./assets/pc-image.jpg" alt="Programmer's Club image"/>
</div>
<h1>Android Workshop</h1>
<p class="lead sub-heading">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.</p>
<div class="countdown wrapper margin-t-20 margin-b-80">
<div class="counter">
<h2 id="day" class="strip"></h2>
<p class="strip">Days</p>
</div>
<div class="counter">
<h2 id="hour" class="strip"></h2>
<p class="strip">Hours</p>
</div>
<div class="counter">
<h2 id="minute" class="strip"></h2>
<p class="strip">Minutes</p>
</div>
<div class="counter">
<h2 id="second" class="strip"></h2>
<p class="strip">Seconds</p>
</div>
</div>
<button class="black-button button">Register here</button>
</main>
</section>
<!--Learn-->
<!--Prerequisites-->
<section id="learn" class="container margin-b-180">
<div class="wrapper">
<h3>What you will learn</h3>
<p class="lead resources-info sub-heading">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt.</p>
</div>
</section>
<!--Prerequisites-->
<section id="prerequisites" class="container margin-b-180">
<div class="wrapper">
<h3>Prerequisites</h3>
<p class="lead resources-info sub-heading">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt.</p>
<div class="row margin-t-80 margin-b-80">
<div class="col-lg-6 col-xl-6 col-md-6 col-sm-1 ">
<div class="learn-prerequisites margin-20">
<img class="prerequisites-image " src="./assets/learn-java.svg" alt="Learn Java"/>
</div>
</div>
<div class="col-lg-6 col-xl-6 col-md-6 col-sm-1">
<div class="learn-prerequisites margin-20">
<img class="prerequisites-image " src="./assets/learn-android.svg" alt="Learn Android"/>
</div>
</div>
</div>
<div class="links align-left">
<h4>Download Links</h4>
<p class="link-heading">Android Studio <a href="#" class="link">https://developer.android.com/studio</a>
</p>
<p class="link-heading">Java JDK <a href="#" class="link">https://www.oracle.com/technetwork/java/javase/downloads/index.html</a>
</p>
<p class="link-heading">Install Android Studio <a href="#" class="link">https://www.youtube.com/watch?v=Z98hXV9GmzY</a>
</p>
</div>
</div>
</section>
<!--Pricing-->
<section id="pricing" class="container">
<div class="wrapper">
<h3>Pricing</h3>
<p class="sub-heading lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.</p>
<div class="pricing-card align-left margin-t-60">
<div class="pricing-card-content">
<p class="body-heading">Student</p>
<h3><span class="currency">₹</span>50</h3>
<p class="body-heading pricing-icon">Unlimited knowledge and love</p>
<p class="body-heading pricing-icon">Free wifi</p>
<p class="body-heading pricing-icon">Free resources</p>
<p class="body-heading pricing-icon">Dedicated support & training</p>
<button class="white-button button">Register here</button>
</div>
</div>
</div>
</section>
<!-- Team-->
<section id="team" class="container">
<div class="margin-t-b-160 wrapper">
<h2 class="team-aim">The best teams share knowledge and love.</h2>
<p class="team-moto sub-heading">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt
ut labore et dolore magna aliqua.</p>
</div>
</section>
<!--Footer-->
<footer id="footer" class="container-fluid">
<div class="wrapper">
<h2 class="footer-heading">Want to reach out to us?</h2>
<p class="footer-need-help sub-heading">If you want to share resource with us or need help or you're just
looking for advice
and direction then feel free to send us an email.</p>
<a href="mailto:[email protected]" class="blue-button button margin-t-b-80">Get in touch</a>
<div class="social-media">
<a href="#" class="footer-icons mr-2">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg>
</a>
<a href="#" class="footer-icons ml-2 mr-2">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-github">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
<a href="#" class="footer-icons ml-2">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.5" y2="6.5"></line>
</svg>
</a>
</div>
<p class="footer-signature">
© 2018 All rights are reserved - <span class="footer-we">Design & Coded by Programmer's Club</span>
</p>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script type="text/javascript" src="js/bootstrap/jquery-3.3.1.js"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>-->
<script type="text/javascript" src="js/bootstrap/bootstrap.js"></script>
<!-- Custom JS -->
<script type="text/javascript" src="js/workshop.js"></script>
</body>
</html>