-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
154 lines (128 loc) · 6.43 KB
/
thanks.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Vance Resume | Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Call me, let's schedule a meeting online, or talk business over some coffee." />
<meta name="keywords" content="vance, portfolio, resume, developer, front-end, design" />
<meta name="author" content="vance muchongo" />
<!-- Start Open Graph Meta Tags-->
<meta property="og:title" content="Vance Muchongo>
<meta property="og:description" content="Online Portfolio and Resume">
<meta property="og:image" content="https://vance-muchongo.web.app/img/featured/vance-profile.jpg" />
<meta property="og:url" content="https://vance-muchongo.web.app">
<link rel="shortcut icon" href="v.ico">
<link rel="stylesheet" href="css/normalize.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="js/modernizr.custom.js"></script>
</head>
<body class="page">
<div class="lm-animated-bg"></div>
<!-- Loading animation -->
<div class="preloader">
<div class="preloader-animation">
<div class="preloader-spinner">
</div>
</div>
</div>
<!-- /Loading animation -->
<div class="page-scroll">
<div id="page_container" class="page-container bg-move-effect" data-animation="transition-flip-in-right">
<!-- Header -->
<header id="site_header" class="header">
<div class="header-content clearfix">
<!-- Text Logo -->
<div class="text-logo">
<a href="index.html">
<div class="logo-symbol">V</div>
<div class="logo-text">Vance <span>Muchongo</span></div>
</a>
</div>
<!-- /Text Logo -->
<!-- Navigation -->
<div class="site-nav mobile-menu-hide">
<ul class="leven-classic-menu site-main-menu">
<li class="menu-item current-menu-item">
<a href="index.html">About Me</a>
</li>
<li class="menu-item">
<a href="resume.html">Resume</a>
</li>
<li class="menu-item">
<a href="portfolio.html">Portfolio</a>
</li>
<li class="menu-item">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- Mobile Menu Toggle -->
<a class="menu-toggle mobile-visible">
<i class="fa fa-bars"></i>
</a>
<!-- Mobile Menu Toggle -->
</div>
</header>
<!-- /Header -->
<div id="main" class="site-main">
<div id="main-content" class="single-page-content">
<div id="primary" class="content-area">
<div class="page-title">
<h1>Form Entry Feedback</h1>
<div class="page-subtitle">
<h4>You rock!</h4>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-9">
<div class="lm-info-block gray-default">
<i class="linecons linecons-heart"></i>
<h4>Your message has been submitted, I will get back to you as soon as possible.</h4>
<p><img src="img/featured/dove.gif" style="width: 100px; height: 100px;"></p>
<span class="lm-info-block-text">Arigatou gozaimasu</span>
<!--twitter feed start-->
<div class="row justify-content-center">
<blockquote class="twitter-tweet" data-theme="dark"><p lang="en" dir="ltr">Just like moons and like suns,<br>With the certainty of tides,<br>Just like hopes springing high,<br>Still I'll rise.<br><br>—Maya Angelou, "Still I Rise" from And Still I Rise: A Book of Poems<a href="https://twitter.com/hashtag/poetry?src=hash&ref_src=twsrc%5Etfw">#poetry</a> <a href="https://twitter.com/hashtag/literature?src=hash&ref_src=twsrc%5Etfw">#literature</a> <a href="https://twitter.com/hashtag/MayaAngelou?src=hash&ref_src=twsrc%5Etfw">#MayaAngelou</a> <a href="https://twitter.com/hashtag/strength?src=hash&ref_src=twsrc%5Etfw">#strength</a> <a href="https://twitter.com/hashtag/tenacity?src=hash&ref_src=twsrc%5Etfw">#tenacity</a></p>— Vance (@br_vance) <a href="https://twitter.com/br_vance/status/1627023580062941185?ref_src=twsrc%5Etfw">February 18, 2023</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!--twitter feed end-->
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer clearfix">
<div class="footer-social">
<ul class="footer-social-links">
<li>
<a href="https://twitter.com/br_vance" target="_blank">Twitter</a>
</li>
<li>
<a href="https://github.com/mr-vance" target="_blank">GitHub</a>
</li>
<li>
<a href="https://www.linkedin.com/in/vance-muchongo/" target="_blank">LinkedIn</a>
</li>
</ul>
</div>
<div class="footer-copyrights">
<p>Made with ❤️ and 🧁</p>
</div>
</footer>
</div>
</div>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src='js/jquery.shuffle.min.js'></script>
<script src='js/masonry.pkgd.min.js'></script>
<script src='js/owl.carousel.min.js'></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/validator.js"></script>
<script src="js/main.js"></script>
</body>
</html>