-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
66 lines (58 loc) · 2.74 KB
/
portfolio.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
<!doctype html>
<html>
<head>
<meta charset="utf-8" content="width=device-width, initial-scale=1">
<title>Chris's Portfolio</title>
<link rel="shortcut icon" type="image/png" href="./images/CF Image.png">
<link rel="stylesheet" href= "./styles/styles_homepage.css">
<link href="https://fonts.googleapis.com/css2?family=Italianno&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2? family=Montserrat+Subrayada:wght@400;700&family=Montserrat:wght@900&display=swap" rel="stylesheet">
<style type="text/css"></style>
</head>
<body>
<div class="icon-wrapper"><a href="index.html"><img src="./images/IMG-0052.PNG" alt="CF" width="100px" height="auto"></a>
</div>
<div class="navbar">
<div class="dropdown">
<button class="dropbtn"><img class="menuicon" src="./images/Menu Bar.png" alt="menu" style="width: 35px">
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<div class="header">
</div>
<div class="row">
<div class="column">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="gallery.html">Gallery</a>
<a href="portfolio.html">Portfolio</a>
</div>
</div>
</div>
</div>
</div>
<div class="header">
<h2>See Chris's Portfolio</h2>
</div>
<div class="intro-container">
<div class="intro-text-wrapper1">
<p> COMING SOON!
</p>
</div>
</div>
<div class="footer">
<div class="col"><h2>Conversion Finishes, Inc.</h2>
<p>10848 Double Island Road</p>
<p>Green Mountain, NC 28740</p>
<p><a href="tel:+1-828-675-8001">(828) 675-8001</a></p>
</div>
<div class="col">
<a href="mailto:[email protected]"><img class="mail" src="./images/iconfinder_mail_email_envelope_send_message_1011335.png" alt="Mail" width="50px" height="auto"></a>
<img class="FB" src="./images/iconfinder_icon-02_2515845.png" alt="FB" width="50px" height="auto">
<img class="IG" src="./images/iconfinder_icon-04_2515843.png" alt="IG" width="50px" height="auto">
<p>Check out our Instagram and Facebook pages coming soon!</p>
</div>
<div class="col"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3227.742743804593!2d-82.23297042846467!3d36.00215191884658!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x885a0ab7381501fb%3A0x4f8c44f5c9b31b83!2s10848%20Double%20Island%20Rd%2C%20Green%20Mountain%2C%20NC%2028740!5e0!3m2!1sen!2sus!4v1607817259430!5m2!1sen!2sus" width="150" height="113" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe></div>
</div>
</body>
</html>