├── www ├── favicon.ico ├── img │ ├── avatar1.png │ ├── avatar2.png │ ├── avatar3.png │ ├── avatar4.png │ ├── project1.jpg │ ├── project3.png │ ├── project4.jpg │ ├── project5.png │ ├── parallax1.png │ ├── project2.jpeg │ └── project6.jpeg ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── font │ ├── roboto │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-Bold.woff │ │ ├── Roboto-Bold.woff2 │ │ ├── Roboto-Light.ttf │ │ ├── Roboto-Light.woff │ │ ├── Roboto-Medium.ttf │ │ ├── Roboto-Thin.ttf │ │ ├── Roboto-Thin.woff │ │ ├── Roboto-Thin.woff2 │ │ ├── Roboto-Light.woff2 │ │ ├── Roboto-Medium.woff │ │ ├── Roboto-Medium.woff2 │ │ ├── Roboto-Regular.ttf │ │ ├── Roboto-Regular.woff │ │ └── Roboto-Regular.woff2 │ └── material-design-icons │ │ ├── Material-Design-Icons.eot │ │ ├── Material-Design-Icons.ttf │ │ ├── Material-Design-Icons.woff │ │ ├── Material-Design-Icons.woff2 │ │ └── LICENSE.txt ├── contact.php ├── min │ ├── custom-min.css │ └── custom-min.js ├── css │ ├── style.css │ └── font-awesome.min.css ├── js │ ├── init.js │ ├── modernizr.js │ └── jquery-2.1.1.min.js └── index.html ├── .gitattributes ├── .gitignore └── README.md /www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/favicon.ico -------------------------------------------------------------------------------- /www/img/avatar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/avatar1.png -------------------------------------------------------------------------------- /www/img/avatar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/avatar2.png -------------------------------------------------------------------------------- /www/img/avatar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/avatar3.png -------------------------------------------------------------------------------- /www/img/avatar4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/avatar4.png -------------------------------------------------------------------------------- /www/img/project1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/project1.jpg -------------------------------------------------------------------------------- /www/img/project3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/project3.png -------------------------------------------------------------------------------- /www/img/project4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/project4.jpg -------------------------------------------------------------------------------- /www/img/project5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/project5.png -------------------------------------------------------------------------------- /www/img/parallax1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/parallax1.png -------------------------------------------------------------------------------- /www/img/project2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/project2.jpeg -------------------------------------------------------------------------------- /www/img/project6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/img/project6.jpeg -------------------------------------------------------------------------------- /www/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /www/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /www/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /www/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /www/font/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /www/font/material-design-icons/Material-Design-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/material-design-icons/Material-Design-Icons.eot -------------------------------------------------------------------------------- /www/font/material-design-icons/Material-Design-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/material-design-icons/Material-Design-Icons.ttf -------------------------------------------------------------------------------- /www/font/material-design-icons/Material-Design-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/material-design-icons/Material-Design-Icons.woff -------------------------------------------------------------------------------- /www/font/material-design-icons/Material-Design-Icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joashp/material-design-template/HEAD/www/font/material-design-icons/Material-Design-Icons.woff2 -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | *.sln merge=union 7 | *.csproj merge=union 8 | *.vbproj merge=union 9 | *.fsproj merge=union 10 | *.dbproj merge=union 11 | 12 | # Standard to msysgit 13 | *.doc diff=astextplain 14 | *.DOC diff=astextplain 15 | *.docx diff=astextplain 16 | *.DOCX diff=astextplain 17 | *.dot diff=astextplain 18 | *.DOT diff=astextplain 19 | *.pdf diff=astextplain 20 | *.PDF diff=astextplain 21 | *.rtf diff=astextplain 22 | *.RTF diff=astextplain 23 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Folder config file 6 | Desktop.ini 7 | 8 | # Recycle Bin used on file shares 9 | $RECYCLE.BIN/ 10 | 11 | # Windows Installer files 12 | *.cab 13 | *.msi 14 | *.msm 15 | *.msp 16 | 17 | # ========================= 18 | # Operating System Files 19 | # ========================= 20 | 21 | # OSX 22 | # ========================= 23 | 24 | .DS_Store 25 | .AppleDouble 26 | .LSOverride 27 | 28 | # Icon must end with two \r 29 | Icon 30 | 31 | # Thumbnails 32 | ._* 33 | 34 | # Files that might appear on external disk 35 | .Spotlight-V100 36 | .Trashes 37 | 38 | # Directories potentially created on remote AFP share 39 | .AppleDB 40 | .AppleDesktop 41 | Network Trash Folder 42 | Temporary Items 43 | .apdisk 44 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
MD One page template is fully responsive and free to use. This HTML template is based on Materialize, a CSS Framework based on Material Design.
3 | View Demo 4 |
7 | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Cum sociis natoque penatibus et magnis dis parturient montes.
77 |Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
84 |Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
91 |
106 | Here is some more information about this project that is only revealed once clicked on.
114 |
121 | Here is some more information about this project that is only revealed once clicked on.
129 |
136 | Here is some more information about this project that is only revealed once clicked on.
144 |
151 | Here is some more information about this project that is only revealed once clicked on.
159 |
166 | Here is some more information about this project that is only revealed once clicked on.
174 |
181 | Here is some more information about this project that is only revealed once clicked on.
189 |
215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 |
228 |241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 |
254 |267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 |
280 |292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 |
305 |