-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (203 loc) · 14.7 KB
/
index.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html lang="en">
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="China Gaines" />
<title>China Gaines | Frontend Devloper</title>
<!-- Icon credit to Freepik on flaticon.com-->
<link rel="icon" type="image/x-icon" href="assets/img/leaf.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/h-animatedcards.css" rel="stylesheet" />
</head>
<body id="page-top">
<!---------------------------------------------------- Navigation ---------------------------------------------------->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<!-- <a class="navbar-brand js-scroll-trigger" href="#page-top">Start Bootstrap</a> -->
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#projects">Portfolio</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#signup">Contact</a></li>
<li class="nav-item"><a class="nav-link text-white-50 btnsmalllang" href="/index-pt.html"><img class="langimg"src="https://www.flaticon.com/svg/static/icons/svg/197/197463.svg"></a></li>
</ul>
</div>
</div>
</nav>
<!---------------------------------------------------- Masthead ---------------------------------------------------->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">China Gaines</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Frontend Developer</h2>
<a class="btn btn-primary js-scroll-trigger" href="#projects">Check out my Portfolio ✨</a>
</div>
</div>
</header>
<!---------------------------------------------------- About----------------------------------------------------->
<section class="about-section text-center" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">Powered by Javascript and Coffee ☕</h2>
<p class="text-white-50">
Hey there, I'm China <span class="wave">🖐</span>
I'm a Frontend Developer based in Charlotte, NC. I am passionate about crafting clean and powerful UI experiences. When I'm not coding or studying, you can find me cooking, reading, and traveling.
<div class="social justify-content-center">
<span><a class="btn btn-primary" href="./assets/docs/China Gaines Resume.pdf" target="_blank">Resume 📎</a></span>
<span class="abtcontainer">
<a class="mx-2 btnsmall text-white-50" href="#"><i class="fab fa-twitter"></i></a>
<a class="mx-2 btnsmall text-white-50" href="https://www.linkedin.com/in/chinagaines/"><i class="fab fa-linkedin"></i></a>
<a class="mx-2 btnsmall text-white-50" href="https://github.com/mschinagaines"><i class="fab fa-github"></i></a>
</span>
</div>
<div class="text-white-50 margintop latestprojects">Check out my latest projects below <span class="object">⬇</span></div>
</p>
</div>
</div>
<img class="img-fluid" style="height: 160px;" alt="" />
</div>
</section>
<!---------------------------------------------------- Projects ---------------------------------------------------->
<section class="projects-section bg-light" id="projects">
<div class="container">
<h1 class="mx-auto my-0 text-uppercase heading">Portfolio</h1>
<!-- Featured Project Row-->
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7"><img class="img-fluid mb-3 mb-lg-0" src="assets/img/bg-masthead.jpg" alt="" /></div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>🔥<b>Featured Project:</b> <br>JWST Countdown Timer</h4>
<p class="text-black-50 mb-0">JWST is the 10 billion dollar successor to the Hubble Space Telescope developed by NASA. It will have see in far broader wavelengths of light in comparison to Hubble. This is a countdown timer for when JWST is launched from Cape Canaveral, Florida on October 31st, 2021.</p>
<span class= "margintop">
<a class="btn btn-primary projectbtn" href="./projects/JWST Countdown Timer/index.html">Live Demo</a>
<a class="btn btn-primary projectbtn" href="https://github.com/mschinagaines/JWST-CountdownTimer">Code</a>
</span>
</div>
</div>
</div>
<!--------------------------------------------- Project One Row ------------------------------------------------------------------>
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6"><img class="img-fluid" src="assets/img/demo-image-01.jpg" alt="" /></div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<!-- Nonanimated Cards (for responsiveness) -->
<span class="rep-projects">
<h4 class="text-white">Project One</h4>
<p class="text-white-50">I am a paragraph</p>
<a class="btn btn-primary projectbtn" href="#">Live Demo</a>
<a class="btn btn-primary projectbtn" href="#">Code</a>
</span>
<!-- Animated Cards -->
<div class="flip">
<div class="front" style="background-image: url(https://images.pexels.com/photos/540518/pexels-photo-540518.jpeg?w=1260&h=750&dpr=2&auto=compress&cs=tinysrgb)">
<h1 class="text-shadow">PROJECT ONE</hi>
</div>
<div class="back">
<h2>Project One</h2>
<p>Good tools make application development quicker and easier to maintain than if you did everything by hand..</p>
<a class="btn btn-primary projectbtn" href="#">Live Demo</a>
<a class="btn btn-primary projectbtn" href="#">Code</a>
</div>
</div>
<!-- -->
</div>
</div>
</div>
</div>
</div>
<!---------------------------------------------- Project Two Row --------------------------------------------------------------------->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6"><img class="img-fluid" src="assets/img/demo-image-02.jpg" alt="" /></div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<!-- Nonanimated Cards (for responsiveness) -->
<span class="rep-projects">
<h4 class="text-white">Guess the Number</h4>
<p class="text-white-50">It chooses a number between 1 and 100 and challenges the player to guess it in 10 turns.</p>
<a class="btn btn-primary projectbtn" href="./projects/Guess the Number/main.html">Live Demo</a>
<a class="btn btn-primary projectbtn" href="https://github.com/mschinagaines/Guess-the-Number-Game">Code</a>
</span>
<!-- Animated Cards -->
<div class="flip">
<div class="front" style="background-image: url(https://images.pexels.com/photos/4046791/pexels-photo-4046791.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940)">
<h1 class="text-shadow">Guess the Number</hi>
</div>
<div class="back">
<h2>Guess the Number</h2>
<p class="animatedcardpara">It chooses a number between 1 and 100 and challenges the player to guess it in 10 turns.</p>
<a class="btn btn-primary projectbtn" href="./projects/Guess the Number/main.html">Live Demo</a>
<a class="btn btn-primary projectbtn" href="https://github.com/mschinagaines/Guess-the-Number-Game">Code</a>
</div>
</div>
<!-- -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------------------------- Contact Form -------------------------------------------------------->
<section class="signup-section" id="signup">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<div><span class="wave bigemoji">📧</span></div>
<div class="contactform text-uppercase heading1">Contact Me</div>
<div class="formcontainer">
<form id="form" method="POST" action="form.php" class="topBefore" onsubmit="submitForm(); return false;"> <!-- allows function submitForm to run when it is being submitted-->
<input id="n" class="formelements" type="text" placeholder="NAME" required>
<input id="e" class="formelements" type="email" placeholder="E-MAIL" required>
<textarea id="m" class="formelements" type="text" placeholder="WRITE YOUR MESSAGE HERE" oninput='this.style.height = "";this.style.height = this.scrollHeight + "px"' required></textarea>
<input id="submit" class="btn" type="submit" value="SEND">
<div id="status"></div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------------- Social Media ---------------------------------------------------------------->
<section class="contact-section bg-black">
<div class="container">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
</div>
</div>
<div class="social d-flex justify-content-center">
<a class="mx-2 v-align" href="#!"><i class="fab fa-twitter"></i></a>
<a class="mx-2 v-align" href="https://www.linkedin.com/in/chinagaines/"><i class="fab fa-linkedin"></i></a>
<a class="mx-2 v-align" href="https://github.com/mschinagaines"><i class="fab fa-github"></i></a>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50"><div class="container">Copyright © China Gaines 2020</div></footer>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Validation Script for Contact Form-->
<script src="//cdnjs.cloudflare.com/ajax/libs/validate.js/0.13.1/validate.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>