-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbloglist2.html
195 lines (154 loc) · 7.01 KB
/
bloglist2.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
<!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></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/blogliststyle2.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="index.html">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="index.html">Home</a></li>
<li><a href="#">Tutorials</a></li>
<li><a href="#">Projects</a></li>
<li><a href="blog.html">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 -->
<!-- Start of container, Main content, blog post lists -->
<div class="container">
<div class="section">
<!-- Page title and tags starts -->
<div class="center-align" style="margin-bottom: 20px;">
<h3 style="font-weight: bold;">Tutorials</h3>
<h6 class="grey-text text-darken-2">Find your How-to guides on Python here</h6>
<!-- Tags -->
<div style="margin-top: 20px;">
<div class="chip">
Python
</div>
<div class="chip">
Tkinter
</div>
<div class="chip">
GUI
</div>
</div> <!-- Tags End hers-->
</div>
<!-- Page title and tags end here -->
<!-- Row begins -->
<div class="row">
<!-- Card element -->
<div class="col s12 m4">
<div class="card hoverable">
<div class="card-image">
<img src="banner.png" height="150" width="150">
<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 class="grey-text">28 March, 2017</p>
<h5 style="font-weight: bold;">Top 5 things to know in python variables</h5>
<p class=" grey-text text-darken-2">Explore these python blogs on how to code in python 3 and how to make various applications in python from scratch. We have covered python 3, Tkinter and many more things.</p>
</div>
<div class="card-action">
<a href="blog.html" class="deep-orange-text">Read More</a>
</div>
</div> <!-- Card div ends -->
</div> <!-- col div ends -->
<!-- Card element -->
<div class="col s12 m4">
<div class="card hoverable">
<div class="card-image">
<img src="banner.png" height="150" width="150">
<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 class="grey-text">28 March, 2017</p>
<h5 style="font-weight: bold;">Top 5 things to know in python variables</h5>
<p class=" grey-text text-darken-2">Explore these python blogs on how to code in python 3 and how to make various applications in python from scratch. We have covered python 3, Tkinter and many more things.</p>
</div>
<div class="card-action">
<a href="blog.html" class="deep-orange-text">Read More</a>
</div>
</div> <!-- Card div ends -->
</div> <!-- col div ends -->
<!-- Card element -->
<div class="col s12 m4">
<div class="card hoverable">
<div class="card-image">
<img src="banner.png" height="150" width="150">
<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 class="grey-text">28 March, 2017</p>
<h5 style="font-weight: bold;">Top 5 things to know in python variables</h5>
<p class=" grey-text text-darken-2">Explore these python blogs on how to code in python 3 and how to make various applications in python from scratch. We have covered python 3, Tkinter and many more things.</p>
</div>
<div class="card-action">
<a href="blog.html" class="deep-orange-text">Read More</a>
</div>
</div> <!-- Card div ends -->
</div> <!-- col div ends -->
</div> <!-- row div ends -->
</div> <!-- section div ends -->
</div> <!-- container div ends -->
<!-- Footer section-->
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Download Code in Python App</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>
-->
<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-img 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>
</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>