-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
258 lines (195 loc) · 9.4 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>My First Capstone</title>
</head>
<body>
<!-- nav var section -->
<div class="container mt-2">
<nav class="navbar navbar-expand-lg navbar-light ">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" style="color: white;"href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="#Projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="#Contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="#Tools">Tools</a>
</li>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- main section -->
<section class="row mt-5 ">
<a name="About"></a>
<!-- figure and figcaption is like the div -->
<figure class="col-lg-6">
<div>
<img class="img-fluid rounded-circle"style="padding: 2px;"src="./images/web.jpeg">
</div>
</figure>
<figcaption class="col-lg-6">
<div class="text-center text-light mt-5">
<h5>About Me</h5>
<h3> Justine Miras</h3>
<hr style="border: none; height: 2px; background-color: white; margin: 20px 0;">
<h4>Full Stack Web Developer</h4>
</figcaption>
</section>
<section>
<a name="Projects"></a>
<!-- projects -->
<div id="main" class="container mt-5">
<h3 class="pt-3 d-flex justify-content-center align-items-center mt-5 mb-5 text-light">Projects</h3>
<div id="other-projects" class="row ">
<div id="html" class="col-lg-4 col-md-4 col-sm-12 mb-4 "style="color: white;">
<img src="./images/city.jpeg"style="height: 250px; width:150px;border-radius: 20px;" alt="city girl">
</div>
<div id="bootstrap" class="col-lg-4 col-md-4 col-sm-12 mb-4 "style="color: white;">
<img src="./images/book.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="book girl">
</div>
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
"style="color: white;">
<img src="./images/train.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="Traingirl">
</div>
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
"style="color: white;">
<img src="./images/door.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="Door">
</div>
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
"style="color: white;">
<img src="./images/trees.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="Trees">
</div>
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
"style="color: white;">
<img src="./images/feather.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="feather">
</div>
</div>
</div>
</section>
<!-- Node JS Server Card End -->
<section>
<a name="Contact"></a>
<div id="contact-section" class="container-fluid text-white p-5 border mt-5">
<h2 class="text-dark text-align-right">Contact Me</h2>
<div class="row mt-3">
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 col-xl-4 py-3 rounded">
<form id="form-col">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Your Name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="[email protected]">
</div>
<div class="form-group">
<label for="contactNumber">Contact Number</label>
<input type="number" class="form-control" id="contactNumber" name="contactNumber" placeholder="+63 9000 0000 0000">
</div>
<div class="form-group">
<label for="concern">Concern</label>
<select class="form-control" id="concern">
<option>Quotation</option>
<option>Inquire</option>
</select>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" rows="6"></textarea>
</div>
<button type="button" class="btn btn-dark" data-toggle="modal" data-target="#modalDiv">
Send Email
</button>
</form>
</div>
</div>
<!--
<div class="wrapper">
<img style="width: 60px; height:60px;" src="./images/facebook.png">
<span>Facebook@Justine Miras</span>
<div class="icon d-flex justify-content-center">
<a href="#"></a><img style="width: 60px; height:60px;" src="./images/instagram.png"><a href="#"></a><span>Instagram@justine16</span>
</div>
<div class="icon">
<img style="width: 60px; height:60px;" src="./images/twitt.png"><span>Instagram@justine16</span>Twitter<span>
</div>
-->
<!-- Modal -->
<div class="modal fade" id="modalDiv" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content text-dark">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Thank you for contacting us!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Message Successfully Sent</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5 mb-5">
<a name="Tools"></a>
<div class="text-center text-light">
<h3>Core Tools</h3>
<div id="core-tools" class="d-flex justify-content-center
align-items-center flex-column">
<div id="html">
<img width="150" src="images/logo-html5.png"/>
</div>
</div>
<div id="css-js">
<img width="150" src="images/logo-css3.png"/>
<img width="150" src="images/logo-javascript.png"/>
</div>
</div>
</section>
<footer style="text-align: center;">
<span>Terms of Service</span>
<span>|</span>
<span>Privacy Policy</span>
<span>|</span>
<span>© 2023 Justine. All Rights Reserved</span>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
</body>
</html>