minor changes

This commit is contained in:
andmironov 2018-05-07 17:23:50 +03:00
parent 065544eacf
commit 290463354b
3 changed files with 28 additions and 19 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1973,7 +1973,7 @@ a.section-link {
display: block;
color: #4360DF;
text-decoration: none;
padding: 0 8px 0 0; }
padding: 0 10px 0 0; }
a.section-link-icon {
display: block;
@ -1984,18 +1984,13 @@ a.section-link-icon {
background-image: url(../img/link-arrow.svg);
background-size: 24px;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
transform: scale(0.1);
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0, 1.105), opacity 0.4s ease; }
background-repeat: no-repeat; }
.section__text .text:hover a.section-link-icon {
opacity: 1;
transform: scale(1); }
.section-link-wrap:hover a.section-link-icon {
opacity: 1;
transform: scale(1);
background-color: rgba(67, 96, 223, 0.14); }
.section:nth-child(odd) .section__text {

View File

@ -6,14 +6,14 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./img/logo-16.png?v=0.0.93" sizes="16x16" />
<link rel="icon" type="image/png" href="./img/logo-32.png?v=0.0.93" sizes="32x32" />
<link rel="icon" type="image/png" href="./img/logo-16.png?v=0.0.94" sizes="16x16" />
<link rel="icon" type="image/png" href="./img/logo-32.png?v=0.0.94" sizes="32x32" />
<link rel="apple-touch-icon" sizes="76x76" href="./img/apple-touch-icon-76.png?v=0.0.93">
<link rel="apple-touch-icon" sizes="120x120" href="./img/apple-touch-icon-120.png?v=0.0.93">
<link rel="apple-touch-icon" sizes="152x152" href="./img/apple-touch-icon-152.png?v=0.0.93">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon-180.png?v=0.0.93">
<link rel="apple-touch-icon" href="./img/apple-touch-icon-1024.png?v=0.0.93">
<link rel="apple-touch-icon" sizes="76x76" href="./img/apple-touch-icon-76.png?v=0.0.94">
<link rel="apple-touch-icon" sizes="120x120" href="./img/apple-touch-icon-120.png?v=0.0.94">
<link rel="apple-touch-icon" sizes="152x152" href="./img/apple-touch-icon-152.png?v=0.0.94">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon-180.png?v=0.0.94">
<link rel="apple-touch-icon" href="./img/apple-touch-icon-1024.png?v=0.0.94">
<title>Status Design</title>
<meta name="description" content="Were the Status Design team and we are helping create the tools for a more open and equitable internet for all of us">
@ -22,16 +22,16 @@
<meta property="og:title" content="Status Design"/>
<meta property="og:description" content="Were the Status Design team and we are helping create the tools for a more open and equitable internet for all of us" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://design.status.im/img/status-design-share?v=0.0.93" />
<meta property="og:image" content="https://design.status.im/img/status-design-share?v=0.0.94" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ethstatus" />
<meta name="twitter:title" content="Status Design" />
<meta name="twitter:description" content="Were the Status Design team and we are helping create the tools for a more open and equitable internet for all of us" />
<meta name="twitter:image" content="https://design.status.im/img/status-design-share-twitter.png?v=0.0.93" />
<meta name="twitter:image" content="https://design.status.im/img/status-design-share-twitter.png?v=0.0.94" />
<link rel="stylesheet" href="./css/main.css?v=0.0.93">
<link rel="stylesheet" href="./css/main.css?v=0.0.94">
</head>
<body>
@ -332,7 +332,11 @@
<h2>Objectives and Key Results</h2>
<div class="text">
<p>Our team has ambitious and sometimes uncomfortable goals. We set our OKRs in order to have a direction, stay focused and measure our progress.</p>
<!-- a class="section-link" href="https://status.im" target="_blank">Storage</a -->
<div class="section-link-wrap">
<a class="section-link" href="https://docs.google.com/spreadsheets/d/1BhWKyjkpxhavkqtk9VYB3EHNDIzQtUlkwlg7_lQNAws/edit?usp=sharing" target="_blank">View our OKRs</a>
<a class="section-link-icon" href="https://docs.google.com/spreadsheets/d/1BhWKyjkpxhavkqtk9VYB3EHNDIzQtUlkwlg7_lQNAws/edit?usp=sharing" target="_blank"></a>
</div>
</div>
</div>
<div class="section__image">
@ -584,6 +588,16 @@
</div>
</div>
<script src="./js/bundle.js?v=0.0.93"></script>
<script src="./js/bundle.js?v=0.0.94"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-79146816-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-79146816-1');
</script>
</body>
</html>