-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
57 lines (49 loc) · 1.85 KB
/
Copy pathcontact.html
File metadata and controls
57 lines (49 loc) · 1.85 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
<!DOCTYPE html>
<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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="https://d30y9cdsu7xlg0.cloudfront.net/png/94817-200.png">
<title>parker57 - contact</title>
</head>
<body>
<header id="bgimage">
<br/>
<div class="bigheader">
Charlie Parker
<h5 style="margin: 0">Computer Science</h5>
</div>
<br/>
<!--
<ul class="nav nav-tabs nav-justified">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="#">Profile</a></li>
<li role="presentation"><a href="#">Messages</a></li>
</ul>
-->
</header>
<div class="services container">
<h2 style="font-weight: 900;">name:</h2>
<h3>  Charlie Parker</h3>
<h2 style="font-weight: 900;">email:</h2>
<h3>  mr.parker.charlie@gmail.com</h3>
<h2 style="font-weight: 900;">mobile:</h2>
<h3>  07400609006</h3>
<br>
</div>
<footer class="footer-basic-centered" style="background-color: #292c2f; padding: 2rem 0;">
<!--<p class="footer-company-motto">Personal portfolio.</p>-->
<p class="footer-links" style="padding: 1rem 0;">
· <a href="https://parker57.github.io">Home</a> ·
<a href="#">Contact</a> ·
<a href="https://devpost.com/parker57?ref_content=user-portfolio&ref_feature=portfolio&ref_medium=global-nav">devpost</a> ·
<a href='https://github.com/parker57' class="fa fa-github"></a> ·
</p>
<p class="footer-company-name">https://parker57.github.io © 2017</p>
</footer>
</body>
</html>