-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7756655
commit 7454f01
Showing
32 changed files
with
18,139 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) [2017] [AKARSH SINGH] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
Oops, something went wrong.