Skip to content

Commit

Permalink
griflin justin add
Browse files Browse the repository at this point in the history
  • Loading branch information
strategiclimited committed Aug 26, 2017
1 parent 5239a66 commit 7baeab9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 15 deletions.
8 changes: 8 additions & 0 deletions css/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5811,6 +5811,14 @@ Our Team
background-image: url(../img/wired-investors.jpg)
}

#our-team .justin-jovanovic:before {
background-image: url(../img/justin-jovanovic-tint.jpg)
}

#our-team .justin-jovanovic:after {
background-image: url(../img/justin-jovanovic.jpg)
}

/* Desktop */

@media screen and (min-width: 1024px) {
Expand Down
2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

Binary file added img/justin-jovanovic-tint.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/justin-jovanovic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 18 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>CHRONO LOGIC</title>
<meta name="description" content="The first crypto pegged to time on the Ethereum blockchain. Introducing the DAY Token."/>
<meta property="og:title" content="ChronoLogic - Self-Mining Ethereum Token">
<meta property="og:type" content="website"/>
<meta property="og:description" content="Only 3,333 Ethereum Addresses can Self-Mine this Token. Time is the coin of your life. It is the only coin you have, and only you can determine how it will be spent. The first crypto pegged to time on the Ethereum blockchain. Introducing the DAY Token.">
<meta property="og:image" content="https://chronologic.network/img/og_chronologic_1200x630.jpg">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="ChronoLogic">
<meta name="description" content="The first crypto pegged to time on the Ethereum blockchain">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!--Icons-->
Expand All @@ -33,14 +26,13 @@
<link rel="shortcut icon" href="favicons/favicon.ico">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<!--TypeKit-->

<script src="https://use.typekit.net/ssl3waf.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>

<link rel="stylesheet" href="css/style.min.css">
<script data-cfasync="false" type="text/javascript" data-bablic="598e42bd83f0554c8c0e8e7d" data-bablic-m="[0,'en','en',1,['zh_cn'],0,0,0,0,0,0,0,0,[],'chronologic.network/',[],['_v',2]]" src="//cdn2.bablic.com/js/bablic.3.9.js"></script>
</head>
<body class="">

Expand Down Expand Up @@ -519,7 +511,7 @@ <h2>Distribution</h2>
<!--CTA & Contribution-->

<div class="cta-contribution">

<!--CTA-->

<section class="cta join">
Expand Down Expand Up @@ -672,6 +664,18 @@ <h3>Wired Investors</h3>
</div>
</div>
</div>
<div class="box justin-jovanovic">
<div class="info">
<div>
<div class="name">
<h3>Justin Jovanovic</h3>
</div>
<div class="bio">
<p>Chief Operating Officer for investFeed - An Incentivized Next-Generation Social Investment Network for Cryptocurrencies. Justin has previously founded a software development and licensing company and consulted on several tech startups.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<span class="block-animation">
Expand All @@ -687,7 +691,7 @@ <h3>Wired Investors</h3>
<span></span>
</span>
</section>

<!--Footer-->

<footer class="main">
Expand Down Expand Up @@ -783,4 +787,4 @@ <h2>The first crypto pegged to time on the Ethereum Blockchain</h2>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.0.min.js"><\/script>')</script>
<script src="js/scripts.min.js"></script>
</body>
</html>
</html>

0 comments on commit 7baeab9

Please sign in to comment.