-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.html
72 lines (63 loc) · 3.14 KB
/
account.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
<!--
Copyright (c) 2023 Hakeem Ellis
All rights reserved.
This work is licensed under the terms of the Custom Code license.
For a copy, see https://github.com/hakeemellis/portfolio/blob/main/LICENSE.md.
Contact: utilize the contact form at https://hakeemellis.com/
-->
<!DOCTYPE html>
<html>
<!--STARTER ELEMENTS-->
<head>
<title>Account Page|MacLove</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="images/ML.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<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=Lora:wght@700&family=Roboto&family=Roboto+Condensed&family=Shalimar&family=Teko:wght@600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!--STARTER ELEMENTS-->
<!--MAIN CONTENT-->
<body>
<section class="gradient-custom">
<div class="container-fluid p-0">
<div class="row justify-content-center align-items-center m-0">
<div class="col-12 col-md-8 col-lg-6 col-xl-5 center-card">
<div class="card bg-dark text-white" style="border-radius: 1rem;">
<div class="card-body p-5 text-center">
<div class="mb-md-5 mt-md-4 pb-5">
<a href="index.html"><img src="images/MacLove 1.png"></a>
<br>
<br>
<p class="fw-bold mb-2 text-uppercase apage"></p>
<br>
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" width="100" class="rounded-circle avatar-lg img-thumbnail" alt="profile-image">
<div class="mt-3">
<p class="adetails"></p>
<div>
<button class="btn btn-outline-danger morders"></button>
<a href="index.html"><button class="btn btn-outline-danger thome"></button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="preloader-wrapper">
<div class="spinner-grow text-danger" style="width: 3rem;height: 3rem;">
<span class="visually-hidden">Loading...</span>
</div>
</div>
</body>
<!--MAIN CONTENT-->
<!--SCRIPTS-->
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<!--SCRIPTS-->
</html>