-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
82 lines (74 loc) · 4.07 KB
/
contact.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link href="./semantic/semantic.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/main.css">
<!-- Slick Modals main stylesheet -->
<link rel="stylesheet" type="text/css" href="./css/slickModal.min.css" media="screen" />
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div id="page-container" class="pusher">
<header>
<nav id="main-nav">
<div class="ui secondary pointing menu">
<a href="index.html" class="item">
Portfolio
</a>
<a href="resume.html" class="item">
Resume
</a>
<a class="item active">
Contact
</a>
<div class="right menu add">
<span class="item">Taylor Watson</span>
<span class="item"><a id="night-toggle" href=""><img src="img/moon.svg"></a></span>
</div>
</div>
</nav>
</header>
<div class="ui very padded text container">
<!-- Contact Start -->
<div class="ui very padded text container">
<div class="ui very padded text container add50PxToTop">
<h1 class="ui header centered">Email me: <a href="mailto:taylor@codedbydesign.co">taylor@codedbydesign.co</a></h1>
<h1 class="ui header centered">Phone me: <a href="tel:+15195894086">+1.519.589.4086</a></h1>
</div>
</div>
</div>
</div>
<!-- Footer Start -->
<div class="ui inverted segment footer">
<div class="ui padded text container ">
<h4 class="ui header centered inverted"><i class="heart icon"></i>Made in Canada // Cambridge - Ontario</h4>
</div>
</div>
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<!-- Semantic Scripts -->
<script src="./semantic/jquery.min.js"></script>
<script src="./semantic/semantic.min.js"></script>
<script src="js/slickModal.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-107589376-1','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>