-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (209 loc) · 9.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="Shortcut icon" type="image/jpg" href="assets/imgs/me.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Devcrud">
<title>mqry.
</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="assets/css/meyawo.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">mqry.</a>
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav><!-- End of Page Navbar -->
<!-- page header -->
<header id="home" class="header">
<div class="overlay"></div>
<div class="header-content container">
<h4 class="up">Hello There!</p>
<h1 class="header-title">
<span class="down"> I'm mqry.</span>
</h1>
<p class="header-subtitle"></p>
<a href="https://mjqne.carrd.co/">
<button class="btn btn-primary">Carrd.co</button>
</a>
<a href="https://feds.lol/bait">
<button class="btn btn-primary">Feds.lol</button>
</a>
<a href="https://guns.lol/mq">
<button class="btn btn-primary">Guns.lol</button>
</a>
</div>
</script>
</header><!-- end of page header -->
<!-- about section -->
<section class="section pt-0" id="about">
<!-- container -->
<div class="container text-center">
<!-- about wrapper -->
<div class="about">
<div class="about-img-holder">
<img src="assets/imgs/me.jpg" class="about-img">
</div>
<div class="about-caption">
<p class="section-subtitle">Who Am I ?</p>
<h2 class="section-title mb-3">About Me</h2>
<p>
Hello! I'm Mary (mqry). I'm currently 16 years old and in my third year of high school. I'm involved in website development, game development, and creating Discord bots. Additionally, I hold positions in various . I'm also a beginner in graphic design.
</p>
</div>
</div><!-- end of about wrapper -->
</div><!-- end of container -->
</section> <!-- end of about section -->
<!-- service section -->
<section class="section" id="service">
<div class="container text-center">
<h6 class="section-title mb-6">What I do?</h6>
<!-- row -->
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/pencil-case.svg" class="icon">
<h6 class="title">Graphic Designing</h6>
<p class="subtitle">Basic thumbnails for youtube videos.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/responsive.svg" class="icon">
<h6 class="title">Programming</h6>
<p class="subtitle">Discord Javascript, Golang, Html, Css</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/toolbox.svg" class="icon">
<h6 class="title">Server Moderation</h6>
<p class="subtitle">Currently hold positions in various servers</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/analytics.svg" class="icon">
<h6 class="title">Website Development</h6>
<p class="subtitle">Personalized Website (Portfolios)</p>
</div>
</div>
</div>
</div><!-- end of row -->
</div>
</section><!-- end of service section -->
<!-- portfolio section -->
<section class="section" id="portfolio">
<div class="container text-center">
<h6 class="section-title mb-6">Developments</h6>
<!-- row -->
<div class="row">
<div class="col-md-4">
<a href="" class="portfolio-card">
<img src="assets/imgs/Screenshot%202024-03-13%20at%2010.55.05%20AM.png" class="portfolio-card-img">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Discord Bots</h5>
<p class="font-weight-normal">Discord bots that encompass both moderation commands and entertaining features.
<br> JavaScript
</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="assets/imgs/bb34017e0cd6eeaff3e785b60a8ff59f.gif" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Games</h5>
<p class="font-weight-normal">Simple Games
<br> Golang
</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="assets/imgs/Screenshot%202024-03-13%20at%2010.55.05%20AM.png" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Websites</h5>
<p class="font-weight-normal">Personalized Websites (Portfolios)
<br> Html, Css, JavaScript
</p>
</span>
</span>
</a>
</div>
</div><!-- end of row -->
</div><!-- end of container -->
</section> <!-- end of portfolio section -->
<!-- pricing section -->
<section class="section" id="pricing">
<div class="container text-center">
<h6 class="section-title mb-6">Graphic Arts
<br> Thumbnails
</h6>
<div class="img-gallery">
<img src="assets/imgs/h.png">
<img src="assets/imgs/practice.png">
<img src="assets/imgs/New_Project_1.png">
<img src="assets/imgs/Screen_Shot_2022-07-06_at_7.00.17_PM.png">
<img src="assets/imgs/ccscsd (1).png">
<img src="assets/imgs/ccscsd (2).png">
<img src="assets/imgs/ccscsd (3).pngg">
<img src="assets/imgs/ccscsd (4).png">
<img src="assets/imgs/ccscsd (5).png">
<img src="assets/imgs/ccscsd (6).png">
<img src="assets/imgs/prac">
<img src="assets/imgs/prac copy">
<img src="assets/imgs/prac3">
<img src="assets/imgs/practice">
<img src="assets/imgs/practice(1)">
</div>
<!-- row -->
</section><!-- end of pricing section -->
<!-- footer -->
<div class="container">
<footer class="footer">
<p class="mb-0">Copyright <script>document.write(new Date().getFullYear())</script> © <a href="">mqry.</a></p>
<div class="social-links text-right m-auto ml-sm-auto">
</div>
</footer>
</div> <!-- end of page footer -->
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Meyawo js -->
<script src="assets/js/meyawo.js"></script>
</body>
</html>