Modal footer bug fix and code indentation
This commit is contained in:
parent
b01899d0bc
commit
21f4a3adac
|
@ -13,7 +13,6 @@
|
|||
<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">
|
||||
|
@ -30,10 +29,8 @@
|
|||
<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="">
|
||||
|
@ -55,7 +52,6 @@
|
|||
<meta property="og:image" content="" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:site_name" content="" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- navbar starts -->
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue