-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
120 lines (117 loc) · 6.75 KB
/
about.html
File metadata and controls
120 lines (117 loc) · 6.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Specter - Privacy-First Browsing</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<div class="header-container">
<div class="logo">
<img src="128.png" alt="Specter Logo" class="logo-image">
<span class="logo-text">Specter</span>
</div>
<nav class="nav">
<a href="about.html" class="nav-link">About</a>
<a href="#" class="nav-link">Docs</a>
<a href="community.html" class="nav-link">Community</a>
<a href="donate.html" class="nav-link">Donate</a>
</nav>
</div>
</header>
<main class="main">
<section class="page-hero">
<div class="page-hero-container">
<h1 class="page-title">About Specter</h1>
<p class="page-subtitle">Specter is a privacy-focused browser built on the principles of anonymity, freedom, and digital rights. We believe that privacy is a fundamental human right, and everyone deserves the ability to browse the internet without being tracked, monitored, or censored.</p>
</div>
</section>
<section class="mission-section">
<div class="mission-container">
<h2 class="section-title">Our Mission</h2>
<div class="mission-grid">
<div class="mission-item">
<div class="mission-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"></circle>
<line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>
<path d="M8.5 8.5l7 7"></path>
<circle cx="12" cy="12" r="3" fill="none" opacity="0.3"></circle>
</svg>
</div>
<h3 class="mission-title">Fight Censorship</h3>
<p class="mission-text">We combat internet censorship by providing tools that allow users to access blocked websites and communicate freely, regardless of geographical restrictions or authoritarian control.</p>
</div>
<div class="mission-item">
<div class="mission-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<circle cx="12" cy="16" r="1"></circle>
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
<circle cx="12" cy="12" r="7" fill="none" opacity="0.2"></circle>
</svg>
</div>
<h3 class="mission-title">Defend Privacy</h3>
<p class="mission-text">Our technology protects user privacy by encrypting traffic, blocking trackers, and preventing fingerprinting techniques that compromise personal data and online anonymity.</p>
</div>
<div class="mission-item">
<div class="mission-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="m22 21-3-3 3-3"></path>
<circle cx="16" cy="18" r="2" fill="none" opacity="0.3"></circle>
</svg>
</div>
<h3 class="mission-title">Empower People</h3>
<p class="mission-text">We empower individuals by giving them control over their digital footprint and providing the tools necessary to maintain their anonymity in an increasingly surveilled digital world.</p>
</div>
</div>
</div>
</section>
<section class="story-section">
<div class="story-container">
<h2 class="section-title">Our Story</h2>
<div class="story-content">
<p class="story-text">Specter was born from the recognition that digital privacy is under constant threat. As governments and corporations expand their surveillance capabilities, the need for truly anonymous browsing has never been greater.</p>
<p class="story-text">Built on proven technologies and continuously updated to counter emerging threats, Specter represents the cutting edge of privacy protection software, designed for everyone from casual users to digital rights activists.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-container">
<div class="footer-column">
<h3 class="footer-title">Project</h3>
<a href="about.html" class="footer-link">About</a>
<a href="" class="footer-link">Docs</a>
<a href="https://github.com/SpecterBrowser/specter" class="footer-link">GitHub</a>
<a href="donate.html" class="footer-link">Donate</a>
</div>
<div class="footer-column">
<h3 class="footer-title">Resources</h3>
<a href="https://geti2p.net/en/docs/how/intro" class="footer-link">I2P Wiki</a>
<a href="notnow.html" class=footer-link>Config Tips</a>
<a href="notnow.html" class="footer-link">FAQ</a>
</div>
<div class="footer-column">
<h3 class="footer-title">Community</h3>
<a href="notnow.html" class="footer-link">Forum</a>
<a href="notnow.html" class="footer-link">Matrix</a>
<a href="https://github.com/SpecterBrowser/specter" class="footer-link">Contribute</a>
</div>
<div class="footer-column">
<h3 class="footer-title">Legal</h3>
<a href="notnow.html" class="footer-link">Privacy</a>
<a href="notnow.html" class="footer-link">Terms</a>
<a href="notnow.html" class="footer-link">Transparency</a>
</div>
</div>
<div class="footer-bottom">
<p class="footer-copyright">Specter | All rights reserved</p>
</div>
</footer>
</body>
</html>