-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
150 lines (122 loc) · 6.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Michelle Duong</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a href="https://michelleduong.com" class="navbar-brand">Michelle Duong</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-nav-first">
<li><a href="https://michelleduong.com" class="smoothScroll">Home</a></li>
<li><a href="https://michelleduong.com/about" class="smoothScroll">About</a></li>
<!--<li><a href="#team" class="smoothScroll">Team</a></li>-->
<li><a href="https://michelleduong.com/blog" class="smoothScroll">Blog</a></li>
<!--<li><a href="#testimonial" class="smoothScroll">Reviews</a></li> -->
<li><a href="#top" class="smoothScroll">Contact</a></li>
</ul>
</ul>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="team">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title">
<h2>Contact Me</h2>
</div>
</div>
<div class="col-md-12 col-sm-6">
<div class="team-thumb">
<div class="team-info">
<h3>Looking for more in-depth discussions and opportunities to get involved? I'd love to hear from you!</h3>
</div>
<div class="social-icon">
<li><a href="mailto:[email protected]?Subject=Reaching%20out%20from%20michelleduong.com" class="fa fa-envelope-o" font-size="20px"></a></li>
<li><a href="https://www.linkedin.com/in/mduong7" class="fa fa-linkedin"></a></li>
<li><a href="https://twitter.com/Mduongo" class="fa fa-twitter"></a></li>
</div>
<div class="team-image">
<img src="images/contactme.jpg" class="img-responsive" alt="dogs">
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="footer-info">
<div class="section-title">
<h2>Projects</h2>
</div>
<address>
<p><!-- <a href="https://verticalmeadows.com"> --> verticalmeadows.com (coming soon)</p>
</address>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="footer-info">
<div class="section-title">
<h2>Contact</h2>
</div>
<address>
<p><a href="mailto:[email protected]?Subject=Reaching%20out%20from%20michelleduong.com">Get in touch</a></p>
</address>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="footer-info newsletter-form">
<div class="section-title">
<h2>Social Media</h2>
<ul class="social-icon">
<!-- <li><a href="#" class="fa fa-facebook-square" attr="facebook icon"></a></li> -->
<li><a href="https://www.linkedin.com/in/mduong7" class="fa fa-linkedin"></a></li>
<li><a href="https://twitter.com/Mduongo" class="fa fa-twitter"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>