-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
200 lines (170 loc) · 7.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tags-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta name="description" content="">
<meta name="author" content="">
<title>Code in Python</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!-- Navigation bar -->
<nav class="amber darken-4" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">Code in Python</a>
<ul class="right hide-on-med-and-down">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#">Home</a></li>
<li><a href="#">Tutorials</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Other Blogs</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<!-- End of Navigation -->
<!-- Banner image-->
<div>
<img src="banner.png" border="0" class="responsive-image" alt="Null">
</div>
<!--End of banner code -->
<!-- Card Container -->
<div class="container">
<div class="section">
<!-- Card elements -->
<div class="row">
<div class="col s12 m4">
<div class="card z-depth-5 hoverable">
<div class="card-image">
<img src="rework1.jpg">
<span class="card-title">Tutorials</span>
<a href="bloglist2.html" class="btn-floating halfway-fab waves-effect waves-light red"><i class="material-icons">chevron_right</i></a>
</div>
<div class="card-content">
<p>The earliest known occurrences of Lorem ipsum passages are on Letraset dry-transfer sheets from early 1970s, which were produced to be used graphic designers.</p>
</div>
<div class="card-action">
<a href="bloglist2.html">Read More</a>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card z-depth-5 hoverable">
<div class="card-image">
<img src="rework2.jpg">
<span class="card-title">Projects</span>
<a class="btn-floating halfway-fab waves-effect waves-light red"><i class="material-icons">chevron_right</i></a>
</div>
<div class="card-content">
<p>The earliest known occurrences of Lorem ipsum passages are on Letraset dry-transfer sheets from early 1970s, which were produced to be used graphic designers.</p>
</div>
<div class="card-action">
<a href="#">Know More</a>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card z-depth-5 hoverable">
<div class="card-image">
<img src="rework3.jpg">
<span class="card-title">Other Blogs</span>
<a href="blog.html" class="btn-floating halfway-fab waves-effect waves-light red"><i class="material-icons">chevron_right</i></a>
</div>
<div class="card-content">
<p>The earliest known occurrences of Lorem ipsum passages are on Letraset dry-transfer sheets from early 1970s, which were produced to be used graphic designers.</p>
</div>
<div class="card-action">
<a href="blog.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
<br>
<!-- end of card section-->
<!-- App landing section-->
</div>
<div class="section hide-on-small-only">
<section id="ABC">
<img class="responsive-image" src="app.png" align="left" style="margin-left: 72px; margin-top: 32px; margin-bottom: 16px;" width="220" height="220">
<br><br>
<h4 class="apptext">Learn Python on the go.</h4>
<ul class="apptext flow-text">
<li>- Tutorials </li>
<li>- Codes </li>
<li>- Glossary </li>
<li>- Quiz </li>
</ul>
<h4 class="apptext">Download the Code in Python<br>Android App Now.</h4>
<a href='https://play.google.com/store/apps/details?id=com.codeinpython.codeinpython&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img class="responsive-image center" width="220" height="200" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
</a>
</section>
</div>
<!-- Different layout for mobile -->
<div class="section hide-on-med-and-up valign-wrapper">
<section id="ABC">
<img class="responsive-image" src="app.png" align="left" style="margin-left: 72px; margin-top: 32px; margin-bottom: 16px;" width="220" height="220">
<br><br>
<h4 class="apptext">Python on the go.</h4>
<ul class="apptext flow-text">
<li>- Tutorials </li>
<li>- Codes </li>
<li>- Glossary </li>
<li>- Quiz </li>
</ul>
<h4 class="apptext">Download the Code in Python<br>Android App Now.</h4>
<a href='https://play.google.com/store/apps/details?id=com.codeinpython.codeinpython&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img class="responsive-image center" width="220" height="200" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
</a>
</section>
</div>
<!-- end of app landing section-->
<!-- Footer section-->
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Code in Python</h5>
<p class="grey-text text-lighten-4">We love python and we are trying our best to spread our love. Follow us on Facebook and Twitter. ;) </p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Site map</h5>
<ul>
<li><a class="white-text" href="#!">About</a></li>
<li><a class="white-text" href="#!">Team</a></li>
<li><a class="white-text" href="#!">App</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="#!">Twitter</a></li>
<li><a class="white-text" href="#!">Facebook</a></li>
<li><a class="white-text" href="#!">Github</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Copyright by <a class="orange-text text-lighten-3" href="http://materializecss.com">Code in Python</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>