-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathblog.html
198 lines (169 loc) · 8.46 KB
/
blog.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
<!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="">
<!-- You can use Open Graph tags to customize link previews.
Learn more: https://developers.facebook.com/docs/sharing/webmasters
<meta property="og:url" content="http://www.your-domain.com/your-page.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Your Website Title" />
<meta property="og:description" content="Your description" />
<meta property="og:image" content="http://www.your-domain.com/path/image.jpg" />
-->
<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/blogstyle.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="stylesheet" href="css/prism.css">
</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="#">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 -->
<div class="sharethis-sticky-share-buttons"></div>
<div class="container">
<!-- Start of rows div -->
<div class="row">
<div class="col s12 m9 l10" style="padding-right: 20px;">
<div class="card z-depth-0" style="margin-top: 80px;">
<h3 class="center-align">Top 10 html tags everyone should know and xyz and yzx and zxy</h3>
<p class="grey-text center-align">25th May 2017</p>
<div class="center-align">
<div class="chip">
Html
</div>
<div class="chip">
python
</div>
<div class="chip">
material design
</div>
<div class="chip">
MAchine learning
</div>
</div>
<div class="card-content" style="font-size: 18px; color: #212121;">
<div class="sharethis-inline-share-buttons"></div>
<img src="banner.png" class="responsive-img">
<p>I am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectively.I am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectivelyI am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectivelyI am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectively</p>
<!-- put h tag in div give div an id and link # with that id to jump directly-->
<div id="title1">
<h4>
<a href="#title1">#</a>
Title of the topic</h4>
</div>
<!-- End of div title1-->
<p>I am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectively.I am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectivelyI am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectivelyI am a very simple card. I am good at containing small bits of information.
I am convenient because I require little markup to use effectively</p>
<!-- pre code display content as it is if you tab this code below spaces will apear in webpage-->
<pre class="line-numbers">
<code class="language-python">#python program
n = input("Enter a number")
def func(x,y):
print(x+y)
while(1):
print(123)
</code></pre>
<!-- End of pre and code tag-->
</div>
</div>
</div>
<div class="col s12 m9 l10">
<div class="card horizontal">
<div class="card-image">
<img src="edited.png" class="responsive-img" style="width: 70px; height: 70px; padding-top: 10px; padding-left: 10px; margin-top: 30px;">
</div>
<div class="card-stacked">
<div class="card-content">
<p class="grey-text">About Author</p>
<h5>Akarsh Singh</h5>
<p>Developer, Tech. Evangalist, Loves to read and write about new tech. Madly in love with Python. Follow him on social media.</p>
</div>
<div class="card-action">
<a href="https://twitter.com/akarsh_singh9" class="twitter-follow-button" data-size="large" data-show-screen-name="false" data-show-count="false">Follow @akarsh_singh9</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/akarshsingh9" data-size="large" aria-label="Follow @akarshsingh9 on GitHub">Follow @akarshsingh9</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 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>
<!-- AddToAny BEGIN -->
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
<a class="a2a_button_facebook"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_google_plus"></a>
</div>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
</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>
<script src="js/prism.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=590ca7fcef4e140012286a59&product=sticky-share-buttons' async='async'></script>
</body>
</html>