-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
104 lines (104 loc) · 5.81 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en_us"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>David L. Starr</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=icon href="images/boys.jpg">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="css/bootstrapEdits.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container-fluid">
<div class="row row-centered">
<div class="col-xs-12 col-centered">
<div class="row city">
<div class="col-sm-12 center">
<div class="">
<a href="index.html"><h1>David L. Starr</h1></a>
<div class="row">
<img class="col-sm-10 offset-sm-1 underline img-fluid" src="images/underline.png">
</div>
</div>
</div>
</div>
<div class="row bar">
<div class="container">
<div class="col-md-8 col-sm-12 col-centered">
<div class="navbar navbar-expand-lg">
<a href="bio.html" data-href="bio" class="col-xs-3 nav-item nav-link active">Bio</a>
<a href="portfolio.html" data-href="portfolio" class="col-xs-3 nav-item nav-link">Portfolio</a>
<a href="resume.html" data-href="resume" class="col-xs-3 nav-item nav-link">Resume</a>
<a href="contact.html" data-href="contact" class="col-xs-3 nav-item nav-link">Contact</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row content-row">
<div class="container content active" id="content">
<div class="row">
<div class="col-sm-12">
<p id="thanks" class="col-sm-12 center"><b>Thank you for visiting my website! Feel free to contact me on any of these outlets.</b></p>
</div>
</div>
<div class="row contact-info">
<div id="address" class="col-sm-4 col-md-4 inactive">
<div class="contact-col">
<p><strong class="space">Location</strong></p>
<p class="nospace bold">David L. Starr</p>
<p class="nospace">Oakland, CA. 94602</p>
</div>
</div>
<div id="phone" class="col-sm-4 col-md-4 inactive">
<div class="contact-col">
<p><strong class="space">Phone</strong><p>
<p class="nospace">Cell: <u>(773) 454-1839</u></p>
<p class="nospace">Discord: <u>HzDonut#2590</u></p>
</div>
</div>
<div id="emails" class="col-sm-4 col-md-4 inactive">
<div class="contact-col">
<p><strong class="space">Email</strong></p>
<p class="nospace">Personal: <small><a class="email-link" href="mailto:[email protected]"><u>[email protected]</u></a></small></p>
</div>
</div>
</div>
<div class="row">
<div class="col-3 center soc-med">
<a target="_blank" href="http://www.linkedin.com/in/David-L-Starr"><i class="fab fa-linkedin"></i></a>
</div>
<div class="col-3 center soc-med">
<a target="_blank" href="http://www.github.com/dstarrtrey"><i class="fab fa-github-square"></i></a>
</div>
<div class="col-3 center soc-med">
<a target="_blank" href="http://www.instagram.com/flavorxdave"><i class="fab fa-instagram"></i></a>
</div>
<div class="col-3 center soc-med">
<a target="_blank" href="http://www.twitter.com/whoisDavidStarr"><i class="fab fa-twitter-square"></i></a>
</div>
<!--
ADD SOCIAL MEDIA HERE
-->
</div>
</div>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>