diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 185 |
1 files changed, 121 insertions, 64 deletions
@@ -6,12 +6,8 @@ <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <!-- stylesheets --> - <link rel="stylesheet" href="css/bulma.css"> - <link rel="stylesheet" href="css/style.css"> - <!-- fonts --> - <link href="css/fontawesome.css" rel="stylesheet"> - <link href="css/libresocial.css" rel="stylesheet"> - <link href="css/roboto.css" rel="stylesheet"> + <link rel="stylesheet" href="dist/css/bulma.css"> + <link rel="stylesheet" href="dist/css/style.css"> </head> <body> <!-- navigation --> @@ -108,19 +104,25 @@ <div class="card-content"> <div class="content social"> <div class="navbar is-social-center"> - <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-gnusocial"></i> + <a class="navbar-item" href=""> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#gnusocial" /> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-diaspora"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#diaspora" /> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-mastodon"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#mastodom" /> + </svg> </span> </a> </div> @@ -129,12 +131,19 @@ <!-- post footer --> <div class="card-content-footer"> - <i class="fa fa-calendar"> - <small>11:09 PM - 1 Jan 2019</small> - </i> - <i class="fa fa-comment"> - <small>20 comments</small> - </i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#calendar" /> + </svg> + </span> + <small>11:09 PM - 1 Jan 2019</small> + + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#comments" /> + </svg> + </span> + <small>20 comments</small> </div> <!-- end of post footer --> </div> @@ -164,18 +173,24 @@ <div class="content social"> <div class="navbar is-social-center"> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-gnusocial"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#gnusocial" /> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-diaspora"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#diaspora" /> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-mastodon"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#mastodom" /> + </svg> </span> </a> </div> @@ -184,12 +199,19 @@ <!-- post footer --> <div class="card-content-footer"> - <i class="fa fa-calendar"> - <small>11:09 PM - 1 Jan 2017</small> - </i> - <i class="fa fa-comment"> - <small>20 comments</small> - </i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#calendar" /> + </svg> + </span> + <small>11:09 PM - 1 Jan 2017</small> + + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#comments" /> + </svg> + </span> + <small>20 comments</small> </div> <!-- end of post footer --> </div> @@ -218,19 +240,25 @@ <div class="card-content"> <div class="content social"> <div class="navbar is-social-center"> - <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-gnusocial"></i> + <a class="navbar-item" href=""> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#gnusocial" /> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-diaspora"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#diaspora" /> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-mastodon"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#mastodom" /> + </svg> </span> </a> </div> @@ -239,12 +267,21 @@ <!-- post footer --> <div class="card-content-footer"> - <i class="fa fa-calendar"> - <small>11:09 PM - 1 Jan 2016</small> - </i> - <i class="fa fa-comment"> - <small>20 comments</small> - </i> + + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#calendar" /> + </svg> + </span> + <small>11:09 PM - 1 Jan 2016</small> + + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#comments" /> + </svg> + </span> + <small>20 comments</small> + </div> <!-- end of post footer --> </div> @@ -281,58 +318,78 @@ <!-- header nav content --> <div class="navbar is-social-center"> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-diaspora"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#diaspora"/> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-gnusocial"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#gnusocial"/> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-pump"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#pump"/> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-pixelfed"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#pixelfed"/> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-peertube"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#peertube"/> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-mediagoblin"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#mediagoblin"/> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="icon-matrix"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#matrix"/> + </svg> </span> </a> <a class="navbar-item" href=""> - <span class="icon"> - <i class="fa fa-rss"></i> + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#rss"/> + </svg> </span> </a> </div> <!-- end of header nav content --> <div class="container has-text-centered"> - <span class="icon"> - <i class="icon-libregit"></i> - </span> + + <span class="soumaicon"> + <svg> + <use href="./dist/images/icons/master.svg#libregit"/> + </svg> + </span> + <p>template by <a href="https://libregit.org/heckyel">libregit.org/heckyel</a></p> <p>this template is Free Software</p> </div> </footer> <!-- end of footer --> <!-- navbar-burger --> - <script src="js/navbar-burger.js"></script> + <script src="dist/js/navbar-burger.js"></script> <!-- end of navbar-burger --> </body> </html> |