-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
117 lines (116 loc) · 4.82 KB
/
more.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MataGrub</title>
<link rel="icon" href="./assets/images/mataGrubIcon2.0.png">
<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=Ubuntu:wght@300&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Gugi' rel='stylesheet'>
<link rel="stylesheet" href="./assets/style/style.css">
</head>
<body>
<section class="navContainer">
<nav class="navBar">
<h1 id="navBarLogo">
<a href="index.html">
<div class="logoBox">
<svg width="75" height="75">
<circle cx="40" cy="40" r="30" fill="rgb(8, 15, 24)" />
<text x="56%" y="56%" alignment-baseline="middle" text-anchor="middle" class="logoText">MG.</text>
</svg>
</div>
</a>
</h1>
<div class="menuToggle" id="mobileMenu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navMenu">
<li><a href="about.html" class="navLinks">About</a></li>
<li><a href="work.html" class="navLinks">Work</a></li>
<li><a href="contact.html" class="navLinks">Contact</a></li>
<li><a href="more.html" class="navLinks">More</a></li>
</ul>
</nav>
</section>
<div class="moreContainer">
<div class="moreTitle">
<h1 class="aboutTitle">
<span class='greenTitle'>Thank You</span>
</h1>
</div>
<div class="sphereBox">
<span class="content"></span>
</div>
<div class="moreTextTitle">
<h1 class="aboutTitle">
<span class='greenTitle'>MataGrub Welcomes You Anytime.</span>
</h1>
</div>
<div class="moreText">
Again, Thank you for taking time to stop by! I Hope you enjoyed all the projects in the <a class='greenLink' href="work.html">Work</a> page. If
you would like to see my resume in detain please use the <a class='greenLink' href="contact.html">Contact</a> page to get in touch with me so I can
give you the most recent & up to date resume! Any of the links in the contact page are a great way to get
in touch with me.
</div>
</div>
<footer>
<ul class="footer-box">
<li class="footerLi">
<a href="index.html">Home</a>
</li>
<li class="footerLi">
<a href="about.html">About</a>
</li>
<li class="footerLi">
<a href="work.html">Work</a>
</li>
<li class="footerLi">
<a href="contact.html">Contact</a>
</li>
<li class="footerLi">
<a href="more.html">More</a>
</li>
<li class="">
<div class="footContainer">
<div class="foot1">
<a href="mailto:[email protected]">
<i class="fa-solid fa-envelope iconClass"></i>
</a>
</div>
<div class="foot2">
<a href="https://www.linkedin.com/in/marco-mata-8165bb175/">
<i class="fa-brands fa-linkedin iconClass"></i>
</a>
</div>
<div class="foot3">
<a href="https://github.com/itsmarcotime">
<i class="fa-brands fa-github iconClass"></i>
</a>
</div>
</div>
</li>
<br>
<div class="">
<p class="footerP">
Created by Marco A<span class='green'>.</span> Mata <i id='copySymbol' class="fa-regular fa-copyright iconClass"></i>
</p>
<p class="">
2023
</p>
</div>
</ul>
</footer>
<div class="cursor"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/TagCloud.min.js"></script>
<script src="https://kit.fontawesome.com/f9b886f86f.js" crossorigin="anonymous"></script>
<script src="./assets/scripts/scriptSphere.js"></script>
<script src="./assets/scripts/cursor.js"></script>
<script src="./assets/scripts/script.js"></script>
</body>
</html>