-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathcontact.ejs
More file actions
28 lines (26 loc) · 821 Bytes
/
contact.ejs
File metadata and controls
28 lines (26 loc) · 821 Bytes
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
<html lang="en">
<head>
<% include ../helpers/head %>
</head>
<body class="container">
<header>
<% include ../helpers/navbar %>
</header>
<main class="contact-container">
<div class="page-header">
<h1>Be my friend?</h1>
</div>
<div class="content">
<a class="contact-icon-link" href="https://www.linkedin.com/in/talia-swartz-09a90675/" target="_blank">
<i class="contact-icon fa fa-linkedin-square"></i>
</a>
<a class="contact-icon-link" href="https://github.com/tswartz" target="_blank">
<i class="contact-icon fa fa-github-square"></i>
</a>
<a class="contact-icon-link" href="https://www.facebook.com/talia.swartz.1" target="_blank">
<i class="contact-icon fa fa-facebook-square"></i>
</a>
</div>
</main>
</body>
</html>