-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
129 lines (121 loc) · 3.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rod Machen</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<!-- <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> -->
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
</head>
<style>
html {
background: url(http://i.rodmachen.com/bufalina/bufalina-cover.jpg) no-repeat right top fixed;
background-size: cover;
text-align: right;
}
.headline {
float: left;
font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
font-size: 3em;
font-weight: normal;
padding: 0 .15em 0.05em .15em;
margin: 0 auto;
color: #ffffff;
}
a h1:hover {
color: #aaa;
}
.first {
float: right;
}
.second {
clear: both;
float: right;
}
.icon {
max-height: 25px;
padding-top: 5px;
padding-left: 1px;
padding-right: 5px;
}
.row {
display: inline-flex;
float: right;
}
.column {
flex: 33.33%;
padding: 5px;
}
@media all and (orientation: portrait) {
.name {
text-align: left;
float:right;
font-size: 4em;
}
.first {
clear: both;
}
}
@media (max-width: 720px) {
.headline {
font-size: 2.25em;
}
.name {
font-size: 2.5em;
}
}
@media (max-width: 370px) {
.headline {
font-size: 1.8em;
}
.name {
font-size: 1.9em;
}
}
</style>
<body>
<div class="main">
<h1 class="headline name">ROD MACHEN</h1>
<a target="_blank" href="https://cinapse.co/@rodmachen" class="first">
<h1 class="headline">Film & Television</h1>
</a>
<a target="_blank" href="https://hangmanchronicles.com/" class="second">
<h1 class="headline">Arts & Culture</h1>
</a>
<a target="_blank" href="https://photo.rodmachen.com/" class="second">
<h1 class="headline">Photography</h1>
</a>
<a target="_blank" href="https://codenotcode.com/" class="second">
<h1 class="headline">Technology</h1>
</a>
<div class="second row">
<div class="column">
<a target="_blank" href="https://www.instagram.com/machenindustries/">
<img src="images/ig-logo-email.png" class="icon" />
</a>
</div>
<div class="column">
<a target="_blank" href="https://twitter.com/rodmachen">
<img src="images/Twitter_Social_Icon_Square_Color.png" class="icon" />
</a>
</div>
<div class="column">
<a target="_blank" href="https://www.linkedin.com/in/rodmachen/">
<img src="images/In-2C-128px-R.png" class="icon" />
</a>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48280549-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>