-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (45 loc) · 1.64 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
<!doctype html>
<!--
¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>
See something *fishy*?
Drop us a line or just say hi: hello@yupgup.com
-->
<html lang="en">
<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>Creative Web Makers - YupGup</title>
<meta name="description" content="YupGup is a creative studio shaping the friendliest brand experiences.">
<meta name="author" content="YupGup, LLC">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="yupgup.css">
</head>
<body>
<div class="hero">
<div class="container">
<div class="col-2">
<header class="block">
<img
src="/img/logo-color.svg"
alt="YupGup"
height="64">
<div class="mt-4">
<h1 class="h2 color8">Your partner for friendly brands</h1>
<p class="lead">YupGup is the creative home to<br/> <strong>Joni Trythall</strong> and <strong>Michael Trythall</strong>.</p>
<hr class="has-waves" />
<p class="description">We specialize in thoughtful <strong>brand strategy</strong> and <strong>marketing design</strong>.</p>
<div class="button-group">
<a href="mailto:hello@yupgup.com" class="button">Cast an email</a>
<a href="https://yupgup.com/assets/yupgup-portfolio.pdf" class="button button2">View portfolio</a>
</div>
</div>
</header>
<div class="mt-2 mb-2">
<img src="/img/fish.svg" alt="A school of goofy shapes and waves"/>
</div>
</div>
</div>
</div>
</body>
</html>