-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
88 lines (82 loc) · 4.39 KB
/
contact.html
File metadata and controls
88 lines (82 loc) · 4.39 KB
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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Andy Craig</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Website landing Page for Developers">
<meta name="author" content="3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<img class="profile-image img-responsive pull-left" href = "index.html" src="assets/images/profile.png" alt="Andy Craig" />
<div class="profile-content pull-left">
<h1 class="name">Andy Craig</h1>
<h2 class="desc">High School Student</h2>
<ul class="social list-inline">
<li><a href="https://www.facebook.com"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.twitter.com"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.github.com"><i class="fa fa-github"></i></a></li>
</ul>
</div><!--//profile-->
<a class="btn btn-cta-primary pull-right" href="http://andycraig.tech"><i class="fa fa-backward"></i> Back</a>
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-6">
<section class="about section">
<div class="section-inner">
<h2 class="heading">Contact</h2>
<div class="content">
<p> I will always be available by email, telephone and social media.</p> <br>
<dl>
<dt>Telephone :</dt>
<dd>Home : 647-347-9481</dd>
<dd>Cell : 647-808-9481</dd>
<dt>Email : </dt>
<dd>School : andy.craig@ucc.on.ca</dd>
<dd>Home : andypandy.craig@gmail.com</dd>
</dl>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
</div>
<div class="primary col-md-6">
<section class="about section">
<div class="section-inner">
<h2 class="heading">Social Media</h2>
<div class="content">
<p><i class = "fa fa-instagram"></i><b> Instagram: </b> andy_craig1</p>
<p><i class = "fa fa-instagram"></i><b> Snapchat: </b> andy_craig1</p>
<p><i class = "fa fa-home"></i><b>Houseparty: </b> andispandis</p>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
</div>
</div>
</div>