-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
173 lines (157 loc) · 7.8 KB
/
contact.html
File metadata and controls
173 lines (157 loc) · 7.8 KB
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
<!--
A Documentation website about the organization: PROJECT TEST
Copyright (C) 2024 ProjectTEST
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Contact - Project TEST</title>
<link rel="stylesheet" href="css/contact_styles.css" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- Google Fonts -->
<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=Inter:wght@300;400;600;700;900&family=Space+Grotesk:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="header" id="header">
<div class="container">
<div class="nav-container">
<a href="index.html" class="logo">Project<span>TEST</span></a>
<button class="menu-toggle" id="menuToggle">
<i class="fas fa-bars"></i>
</button>
<ul class="nav-menu" id="navMenu">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</header>
<div class="hero">
<canvas id="nnCanvas"></canvas>
</div>
<main class="fade-in">
<h1>Get in Touch</h1>
<p>Have questions? Interested in collaborating with us? Reach out through the options below or via our social media channels.</p>
<div class="contact-links">
<a href="mailto:project.test.pt@gmail.com" class="contact-link">
<div class="contact-link-icon">
<i class="fas fa-envelope"></i>
</div>
<div>
<strong>Email us</strong><br>
project.test.pt@gmail.com
</div>
</a>
<a href="https://discord.com/invite/z6eCvSHuVY" target="_blank" class="contact-link">
<div class="contact-link-icon">
<i class="fab fa-discord"></i>
</div>
<div>
<strong>Join our Discord</strong><br>
Connect with our community
</div>
</a>
<a href="https://github.com/ProjectTEST-AI" target="_blank" class="contact-link">
<div class="contact-link-icon">
<i class="fab fa-github"></i>
</div>
<div>
<strong>GitHub</strong><br>
Explore our open-source projects
</div>
</a>
<a href="https://x.com/ProjectTEST_AI" target="_blank" class="contact-link">
<div class="contact-link-icon">
<i class="fab fa-twitter"></i>
</div>
<div>
<strong>Twitter/X</strong><br>
Follow us for updates
</div>
</a>
</div>
<div class="social-links">
<a href="https://github.com/ProjectTEST-AI" target="_blank" class="social-link">
<i class="fab fa-github"></i>
</a>
<a href="https://discord.com/invite/z6eCvSHuVY" target="_blank" class="social-link">
<i class="fab fa-discord"></i>
</a>
<a href="https://x.com/ProjectTEST_AI" target="_blank" class="social-link">
<i class="fab fa-twitter"></i>
</a>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-column">
<a href="index.html" class="footer-logo">Project<span>TEST</span></a>
<p class="footer-text">Collaborative Software Development for the Future. Join our community today and be a part of something amazing.</p>
<div class="social-links">
<a href="https://github.com/ProjectTEST-AI" target="_blank" class="social-link">
<i class="fab fa-github"></i>
</a>
<a href="https://discord.com/invite/z6eCvSHuVY" target="_blank" class="social-link">
<i class="fab fa-discord"></i>
</a>
<a href="https://x.com/ProjectTEST_AI" target="_blank" class="social-link">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
<div class="footer-column">
<h4>Navigation</h4>
<ul class="footer-links">
<li><a href="index.html"><i class="fas fa-home"></i> Home</a></li>
<li><a href="projects.html"><i class="fas fa-code"></i> Projects</a></li>
<li><a href="about.html"><i class="fas fa-info-circle"></i> About Us</a></li>
<li><a href="contact.html"><i class="fas fa-envelope"></i> Contact</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Projects</h4>
<ul class="footer-links">
<li><a href="https://github.com/ProjectTEST-AI/Virtual-Cat-Companion"><i class="fas fa-cat"></i> Virtual Cat Companion</a></li>
<li><a href="https://huggingface.co/TESTtm7873/MistralCat-1v"><i class="fas fa-brain"></i> MistralCat-1v</a></li>
<li><a href="https://huggingface.co/datasets/TESTtm7873/ChatCat"><i class="fas fa-database"></i> ChatCat Dataset</a></li>
<li><a href="https://github.com/ProjectTEST-AI/MPC-documentary"><i class="fas fa-book"></i> MPC Documentary</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Contact Us</h4>
<ul class="footer-links">
<li><a href="mailto:project.test.pt@gmail.com"><i class="fas fa-envelope"></i> project.test.pt@gmail.com</a></li>
<li><a href="https://discord.com/invite/z6eCvSHuVY"><i class="fab fa-discord"></i> Join our Discord</a></li>
<li><a href="https://github.com/ProjectTEST-AI"><i class="fab fa-github"></i> GitHub</a></li>
<li><a href="https://x.com/ProjectTEST_AI"><i class="fab fa-twitter"></i> Twitter/X</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Project TEST. All rights reserved.</p>
</div>
</div>
</footer>
<!-- External JS -->
<script src="js/dots.js"></script>
</body>
</html>