├── LICENSE.txt ├── README.md ├── app.png ├── banner.png ├── banner1.png ├── blog.html ├── bloglist2.html ├── css ├── blogliststyle2.css ├── blogstyle.css ├── materialize.css ├── materialize.min.css ├── prism.css └── style.css ├── easybanner.png ├── edited.png ├── fonts └── roboto │ ├── Roboto-Bold.woff │ ├── Roboto-Bold.woff2 │ ├── Roboto-Light.woff │ ├── Roboto-Light.woff2 │ ├── Roboto-Medium.woff │ ├── Roboto-Medium.woff2 │ ├── Roboto-Regular.woff │ ├── Roboto-Regular.woff2 │ ├── Roboto-Thin.woff │ └── Roboto-Thin.woff2 ├── index.html ├── js ├── init.js ├── materialize.js ├── materialize.min.js └── prism.js ├── rework1.jpg ├── rework2.jpg └── rework3.jpg /LICENSE.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) [2017] [AKARSH SINGH] 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Materialize-Blog-website 2 | A blog website template created using Materialize CSS. This template contains 3 files 3 | 1) index.html - Home page of the website 4 | 2) bloglist2.html - List of articles our blog site will have 5 | 3) blog.html - This is the main blog webpage that has article, images and code 6 | 7 | # Features 8 | 1) Responsive design - Mobile First 9 | 2) Simplistic design and webpages load fast 10 | 3) Website can be edited according to your preference 11 | 4) Implements cards design and cards shadow (z-depth) can be adjusted 12 | 5) Author section in blog to credit your content writers 13 | 6) Sticky footer 14 | 7) Top navigation menu will toggle on mobile and tablet view 15 | 8) Prism JS to highlight code in your article. Currenty only Python code. Import fresh Prism JS files to support other languages. 16 | 9) Social Media share feature enabled 17 | 10) Twitter and Github Follow button for Author 18 | 19 | # Screenshots 20 | 1) Blog List 21 | 22 |  23 | 24 | 2) Blog 25 | 26 |  27 | -------------------------------------------------------------------------------- /app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akarshsingh9/Materialize-Blog-website/646a06a14d3e71de4c2af7631711ed0221226e9a/app.png -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akarshsingh9/Materialize-Blog-website/646a06a14d3e71de4c2af7631711ed0221226e9a/banner.png -------------------------------------------------------------------------------- /banner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akarshsingh9/Materialize-Blog-website/646a06a14d3e71de4c2af7631711ed0221226e9a/banner1.png -------------------------------------------------------------------------------- /blog.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 18 | 19 |25th May 2017
61 |I am a very simple card. I am good at containing small bits of information. 80 | 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. 81 | 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. 82 | 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. 83 | I am convenient because I require little markup to use effectively
84 | 85 |I am a very simple card. I am good at containing small bits of information. 92 | 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. 93 | 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. 94 | 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. 95 | I am convenient because I require little markup to use effectively
96 | 97 |
98 | #python program
99 | n = input("Enter a number")
100 | def func(x,y):
101 | print(x+y)
102 | while(1):
103 | print(123)
104 |
105 |
106 | About Author
118 |Developer, Tech. Evangalist, Loves to read and write about new tech. Madly in love with Python. Follow him on social media.
120 |28 March, 2017
81 |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.
83 | 84 |28 March, 2017
106 |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.
108 | 109 |28 March, 2017
131 |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.
133 | 134 |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.
65 |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.
81 |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.
97 |