Modal footer bug fix and code indentation
This commit is contained in:
parent
b01899d0bc
commit
21f4a3adac
138
src/index.html
138
src/index.html
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
@ -12,52 +12,48 @@
|
|||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- favicons -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
|
||||
<!-- Roboto font import -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400" rel="stylesheet">
|
||||
|
||||
<!-- meta tags @ seo -->
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="">
|
||||
<meta itemprop="name" content="">
|
||||
<meta itemprop="description" content="">
|
||||
<meta itemprop="image" content="">
|
||||
<!-- Twitter card data -->
|
||||
<meta name="twitter:card" content="">
|
||||
<meta name="twitter:site" content="">
|
||||
<meta name="twitter:title" content="">
|
||||
<meta name="twitter:description" content="">
|
||||
<meta name="twitter:creator" content="">
|
||||
<meta name="twitter:image" content="">
|
||||
<!-- Open Graph data -->
|
||||
<meta property="fb:app_id" content="">
|
||||
<meta property="og:title" content="" />
|
||||
<meta property="og:type" content="" />
|
||||
<meta property="og:url" content="" />
|
||||
<meta property="og:image" content="" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:site_name" content="" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<![endif]-->
|
||||
<!-- favicons -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<!-- Roboto font import -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400" rel="stylesheet">
|
||||
<!-- meta tags @ seo -->
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="">
|
||||
<meta itemprop="name" content="">
|
||||
<meta itemprop="description" content="">
|
||||
<meta itemprop="image" content="">
|
||||
<!-- Twitter card data -->
|
||||
<meta name="twitter:card" content="">
|
||||
<meta name="twitter:site" content="">
|
||||
<meta name="twitter:title" content="">
|
||||
<meta name="twitter:description" content="">
|
||||
<meta name="twitter:creator" content="">
|
||||
<meta name="twitter:image" content="">
|
||||
<!-- Open Graph data -->
|
||||
<meta property="fb:app_id" content="">
|
||||
<meta property="og:title" content="" />
|
||||
<meta property="og:type" content="" />
|
||||
<meta property="og:url" content="" />
|
||||
<meta property="og:image" content="" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:site_name" content="" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- navbar starts -->
|
||||
<nav class="navbar fixed-top navbar-expand-lg" color-on-scroll="200">
|
||||
<div class="container">
|
||||
|
@ -86,7 +82,8 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav><!-- end navbar -->
|
||||
</nav>
|
||||
<!-- end navbar -->
|
||||
<div class="overlay"></div>
|
||||
<div class="wrapper hide"></div>
|
||||
<header class="container mb50">
|
||||
|
@ -253,7 +250,8 @@
|
|||
<li>
|
||||
This would be a library that *understands* the packaging specification, knows how to do all of the various types of validation that are needed, and has some level of integration with web3. Also, it would implement ways to *install* packages to disk as well as load packages that have already been installed to disk. (see next point for specifying how things get installed to disk)
|
||||
</li>
|
||||
<li>GitHub
|
||||
<li>
|
||||
GitHub
|
||||
<ol type="i">
|
||||
<li>pipermerriam/py-ethpm</li>
|
||||
<li>py-ethpm - ERC190 package abstraction for python</li>
|
||||
|
@ -322,9 +320,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<div class="about-block block2 mb20">
|
||||
<div class="block-content">
|
||||
<h3>
|
||||
|
@ -417,7 +415,7 @@
|
|||
</div>
|
||||
<div class="col-md-4">
|
||||
<p class="modal-subtitle">
|
||||
<b>POA</span> <br>
|
||||
<b>POA</b> <br>
|
||||
<span class="modal-tag">
|
||||
PROJECT MANAGER
|
||||
</span>
|
||||
|
@ -436,18 +434,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center mt50">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center mt50">
|
||||
<a class="btn btn-primary btn-custom btt">
|
||||
SHOW MORE
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
<section id="partners" class="container mt50">
|
||||
</div>
|
||||
</section>
|
||||
<section id="partners" class="container mt50">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-3 col-8 mb100">
|
||||
<img src="img/partners.png" class="img-fluid">
|
||||
|
@ -483,8 +481,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="partners" class="container mt50">
|
||||
</section>
|
||||
<section id="partners" class="container mt50">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6 col-12 mb100">
|
||||
<img src="img/funding_partners.png" class="img-fluid">
|
||||
|
@ -520,8 +518,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="contact" class="container mt50">
|
||||
</section>
|
||||
<section id="contact" class="container mt50">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-3 col-8 mb100">
|
||||
<img src="img/contact.png" class="img-fluid">
|
||||
|
@ -553,13 +551,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="container mt50 mb100">
|
||||
</section>
|
||||
<div class="container mt50 mb100">
|
||||
<div class="row justify-content-center">
|
||||
<p class="content">
|
||||
Design by <span class="underline">Fedor Shkliarau</span>.<br class="d-block d-sm-none"> Pictures by <span class="underline">Scott Webb</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue