generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
145 lines (137 loc) · 7.41 KB
/
contacts.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!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.0">
<link rel="stylesheet" type="text/css"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.1/css/hover-min.css"
type="text/css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init("-u4d8rnqsIS7MjCKm");
})();
</script>
<title>Contacts</title>
</head>
<body>
<header>
<!-- The 'no-gutters' class helps with the default front gap thing.-->
<div class="row no-gutters">
<a href="index.html" class="col-md-4 logo">
</a>
<div class="col-md-8">
<div class="row no-gutters bg-color-name-title">
<div class="col heading">
<h1 class="name">Gabriel Eboreime</h1>
<h2 class="title">Junior Front-End Developer</h2>
</div>
</div>
<div class="row no-gutters">
<div class="col">
<ul id="nav" class="list-inline menucontainer row">
<li class="col-xs-6 col-sm-2 ui-menu-color-home menuitem">
<!-- Supposed to use 'hvr-sweep-to-bottom' here, but experimenting. The 'hvr' is what creates that neat bounce effect when the links are hovered over. -->
<a href="index.html" class="hvr-bounce-to-right"><i class="fas fa-home"
aria-hidden="true"></i><span>Home</span></a>
</li>
<li class="col-xs-6 col-sm-2 ui-menu-color-resume menuitem">
<a href="resume.html" class="hvr-bounce-to-right"><i class="fas fa-graduation-cap"
aria-hidden="true"></i><span>Resume</span></a>
</li>
<li class="col-xs-6 col-sm-2 ui-menu-color-contact menuitem">
<a href="contacts.html" class="hvr-bounce-to-right"><i class="fas fa-comment-dots"
aria-hidden="true"></i><span>Contact</span></a>
</li>
<li class="col-xs-6 col-sm-2 ui-menu-color-interests menuitem">
<a href="interests.html" class="hvr-bounce-to-right"><i class="fa fa-users"
aria-hidden="true"></i><span>Interests</span></a>
</li>
<li class="col-xs-6 col-sm-2 ui-menu-color-github menuitem">
<a href="github.html" class="hvr-bounce-to-right"><i class="fab fa-github"
aria-hidden="true"></i><span>GitHub</span></a>
</li>
<li class="col-xs-6 col-sm-2 ui-menu-color-download menuitem">
<a href="https://docs.google.com/document/d/19kCRfhNLiz89dm2hheAeIyKcyTcMQMqckiDeV2FpN9U/edit?usp=sharing"
target="_blank" class="cv-pdf hvr-bounce-to-right"><i class="fas fa-download"
aria-hidden="true"></i><span>Download</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="container-fluid">
<div class="row bg-color-contact">
<div class="col">
<h3 class="contact-heading uppercase text-center">Got a project in mind?</h3>
<h5 class="uppercase text-center">Let's work together!</h5>
<div class="center-form">
<form onsubmit="return sendMail(this);">
<input type="text" name="name" id="fullname" class="form-control" placeholder="Name" required>
<input type="email" name="emailaddress" id="email" class="form-control" placeholder="Email" required>
<textarea name="projectsummary" id="projectsummary" cols="30" rows="5" class="form-control"
placeholder="Project description" required></textarea>
<div class="form-row text-center">
<div class="col">
<button type="submit" class="btn btn-secondary">Send Project Request</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="container-fluid">
<div id="footer-details" class="row">
<div class="col-sm-4">
<h5 class="uppercase general-sub">About</h5>
<p class="inline-block">Junior Front-End Developer. Skilled in HTML, CSS3 and Bootstrap.</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Download</h5>
<p class="inline-block">
Here's a printable version of my CV.
<a href="https://docs.google.com/document/d/19kCRfhNLiz89dm2hheAeIyKcyTcMQMqckiDeV2FpN9U/edit?usp=sharing"
target="_blank" class="cv-pdf">
<i class="fas fa-download" aria-hidden="true"></i>
<span class="sr-only">Download link.</span>
</a>
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Social</h5>
<ul class="list-inline social-links">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/gabe-e-847933215" target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
<span class="sr-only">LinkedIn</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://pin.it/pnCx2XX" target="_blank">
<i class="fab fa-pinterest" aria-hidden="true"></i>
<span class="sr-only">Pinterest</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.youtube.com/channel/UC69puz_kI7W28Tydprxt58w" target="_blank">
<i class="fab fa-youtube" aria-hidden="true"></i>
<span class="sr-only">Youtube</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="assets/js/send-email.js"></script>
</body>
</html>
<!-- email template code: -->