generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
197 lines (179 loc) · 8.66 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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!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">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover-min.css"
type="text/css" />
<link rel="stylesheet" href="assets/css/style.css">
<title>Home - Frank Arellano CV</title>
<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("zTLiX8hsWc1NuiPs_"); // public key
})();
</script>
</head>
<body>
<!--Header Section-->
<header>
<div class="row no-gutters">
<a href="index.html" class="col-md-4 logo">
</a>
<div class="col-md-8">
<div class="row bg-color-heading heading no-gutters">
<div class="col heading">
<h1 class="name">
Frank Arellano
</h1>
<h2 class="title">
Full Stack Developer
</h2>
</div>
</div>
<div class="row menu no-gutters">
<div class="col">
<ul id="nav" class="list-inline nav-list-container">
<li class="col-6 col-sm-2 menu-bg-home list-inline-item menu-item hvr-sweep-to-bottom">
<a href="index.html">
<i class="fa fa-home" aria-hidden="true">
</i>
<span>
Home
</span>
</a>
</li>
<li class="col-6 col-sm-2 menu-bg-resume list-inline-item menu-item hvr-sweep-to-bottom">
<a href="resume.html">
<i class="fa fa-book" aria-hidden="true">
</i>
<span>
Resume
</span>
</a>
</li>
<li class="col-6 col-sm-2 menu-bg-interests list-inline-item menu-item hvr-sweep-to-bottom">
<a href="interests.html">
<i class="fa fa-users" aria-hidden="true">
</i>
<span>
Interests
</span>
</a>
</li>
<li class="col-6 col-sm-2 menu-bg-github list-inline-item menu-item hvr-sweep-to-bottom">
<a href="github.html">
<i class="fa fa-github" aria-hidden="true">
</i>
<span>
Github
</span>
</a>
</li>
<li class="col-6 col-sm-2 menu-bg-contact list-inline-item menu-item hvr-sweep-to-bottom">
<a href="contact.html">
<i class="fa fa-phone" aria-hidden="true">
</i>
<span>
Contact
</span>
</a>
</li>
<li class="col-6 col-sm-2 menu-bg-download list-inline-item menu-item hvr-sweep-to-bottom">
<a href="assets/cv/sample-cv.pdf" target="_blank">
<i class="fa fa-download" aria-hidden="true">
</i>
<span>
Download
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!--Content Section-->
<section class="container-fluid">
<div class="row bg-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 id="email_sent" class="container my-4"></div>
<form class="center-form" onsubmit="return sendMail(this, event);">
<label for="fullname"></label>
<input type="text" name="name" id="fullname" class="form-control" placeholder="Name" required>
<label for="email"></label>
<input type="email" name="emailaddress" id="email" class="form-control" placeholder="Email"
required>
<label for="idea"></label>
<textarea name="idea" id="idea" rows="5" class="form-control" placeholder="Write your idea"
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>
</section>
<!--Footer Section-->
<footer class="container-fluid">
<div class="row">
<div class="col-sm-4">
<h5 class="uppercase general-sub" id="element-focus" tabindex="0">About</h5>
<p class="inline-block text-white">This is a space where I will talk about my experience</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Download</h5>
<p class="inline-block text-white cv-pdf">Need a printable version of my CV?
<a href="assets/cv/sample-cv.pdf" target="_blank">
<i class="fa fa-download" aria-hidden="true"></i>
<span class="sr-only">Download CV</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="#" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
<span class="sr-only">Go to Facebook</span>
</a>
<a href="#" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
<span class="sr-only">Go to Instagram</span>
</a>
<a href="#" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
<span class="sr-only">Go to Twitter</span>
</a>
<a href="#" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<span class="sr-only">Go to Linkedin</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
<!--Scripts Section-->
<!--Vendor-->
<script src="vendor/js/send_email.js"></script>
<!--Vendor-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/b0f4c7b367.js" crossorigin="anonymous"></script>
<!--Internal-->
<script src="assets/js/focus.js"></script>
</body>
</html>