-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
136 lines (124 loc) · 7.15 KB
/
about.html
File metadata and controls
136 lines (124 loc) · 7.15 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
<!--
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>About Us - Project TEST</title>
<link rel="stylesheet" href="css/about_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 class="hero-content">
<h1 class="hero-title fade-in">About Project<span>TEST</span></h1>
<p class="hero-subtitle fade-in delay-1">Learn more about our community and mission.</p>
</div>
</div>
<main class="fade-in delay-1">
<h1>About Project TEST</h1>
<p>Project Test is an innovative collaborative endeavor in software development. Our community comprises skilled individuals fluent in diverse programming languages, all united by the common goal of building functional and impactful applications.</p>
<p>Beyond software development, Project TEST supports the gaming community with dedicated servers and offers platforms to test scripts and code, ensuring developers have the resources they need to succeed.</p>
<p>Project TEST is more than just about coding. It's a hub for growth, offering team members at all experience levels the chance to develop their skills in project management, teamwork, and software development.</p>
<div class="discord-section">
<div class="discord-icon">
<i class="fab fa-discord"></i>
</div>
<h2>Join Our Community</h2>
<p>Our Discord community is the heart of collaboration and innovation at Project TEST. With dedicated channels for discussions, help, project testing, and even fun activities, it's the perfect place to connect, learn, and contribute.</p>
<a href="https://discord.com/invite/z6eCvSHuVY" target="_blank" class="btn">
<i class="fab fa-discord"></i> Join Discord
</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>