This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (98 loc) · 4.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
layout: default
summary: Nick Simson is a communication designer, occasional blogger, and newly minted
dog person.
---
{% assign post = site.posts.first %}
<style type="text/css">
html, body{
background-color: #CCCDD1;
}
.monogram {
fill: #{{ post.accent }};
}
div.hero{
background-color: #{{ post.accent }};
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
hr {
border: 3px solid #72727E;
background-color: #72727E;
max-width: 4em;
}
.wrapper-masthead {
border-top: 6px solid #{{ post.accent }};
}
.masthead nav a{
color: #{{ post.accent }};
}
.masthead nav a:hover, .masthead nav a:focus {
color: #FF6633;
}
a:hover .monogram, .site-avatar .monogram:hover, a:focus .monogram, .site-avatar .monogram:focus {
fill: #FF6633;
}
.profile {padding-bottom: 1.125em;}
a.box-color, a.box-color:hover, .box-color h6, a.blog-promo h6, h3 {
color: #fff;}
a.box:hover .date {background-color: #FF6633; color: #111;}
h3 { text-transform: uppercase; color: #53555F;}
.date { float: right; background-color: #A3A4AC; color: #111; font-size: 16px; padding: .4em .6em; text-transform: none !important;}
.hero h1 {
color: #efefef;
margin: 5% auto;
margin: 15vh auto;
text-align: center;
font-style: italic;
font-weight: 300;
line-height: 1.325;
}
.no-wrap {
white-space: nowrap;
}
.random {
color: #fff;
padding-left: 4px;
padding-right: 4px;
font-style: italic;
}
.random:hover {
cursor: pointer;
color: #FF6633;
background-color: #000;}
.wrapper-footer {
background: rgba(255,255,255,.75);
}
</style>
<div class="hero">
<div class="container">
<h1>I design things for <span class="no-wrap"><i class="fa fa-tablet" aria-hidden="true"></i> screens (mostly),</span> <span class="no-wrap"><i class="fa fa-file-text" aria-hidden="true"></i> paper (occasionally),</span> and <span class="no-wrap"><i class="fa fa-universal-access" aria-hidden="true"></i> humans (always).</span></h1>
</div>
</div>
<div class="row main-container">
<div class="grid-third"><h3 class="centered">Work</h3>
<a class="box gutterless front-button box-color tap border-top" href="/work/"><i class="fa fa-briefcase fa-lg"></i> Portfolio</a>
<div class="box gutterless box-white ">
<h6>Capabilities</h6>
<small>Branding, visual identity, naming, front-end web development, content strategy, publication design, illustration.</small>
</div>
</div>
<div class="grid-third"><h3 class="centered">Blog</h3>
<a style="background-color: #{{ post.accent }}" class="box gutterless front-button border-top blog-promo" href="{{ site.baseurl }}{{ post.url }}">
<h6>Latest</h6>
<h2>{{ post.title }}</h2>
<span class="date">
{{ post.date | date_to_string }}</span></a>
<a class="box box-white gutterless front-button tap" href="/blog/"><i class="fa fa-archive fa-lg"></i> Posts Archive</a>
</div>
<div class="grid-third"><h3 class="centered">Info</h3>
<a class="box box-white gutterless front-button tap border-top" href="/info/"> <i class="fa fa-bolt fa-lg"></i> Profile</a>
<a class="box gutterless box-color front-button tap" href="/info/#contact"><i class="fa fa-envelope"></i> Contact Me</a>
<a class="box box-white gutterless front-button tap" href="/info/resources/"><i class="fa fa-link"></i> Resources</a>
<a class="box box-white gutterless front-button tap" href="/info/style-guide/"><i class="fa fa-code"></i> Style Guide</a>
<a class="box box-white gutterless front-button tap" href="/zelda/"><i class="fa fa-paw"></i> Zelda</a>
</div>
</div>