-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (85 loc) · 4.3 KB
/
index.html
File metadata and controls
89 lines (85 loc) · 4.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sneaky Shadows</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
<script src="js/script.js"></script>
</head>
<body>
<header>
<!-- <a href="#" class="logo">Sneaky Shadows</a> -->
<ul>
<li href="/index.html"><a href="/index.html">Home</a> </li>
<li href="#about"><a href="#about">About</a> </li>
<li href="#community"><a href="#community">Community</a></li>
<li href="#team"><a href="#team">Our Team</a></li>
<li href="/career/career.html"><a href="/career/career.html">Career</a></li>
</ul>
</header>
<section class="banner"></section>
<div class="fixedlogo">
<img src="/static/logo2.jpeg" alt="logo">
<!-- <p><a href="https://github.com/SneakyShadows/">@SNEAKY SHADOWS</a></p> -->
</div>
<div class="center">
<p class="line1"> COMMUNITY OF </p>
<p class="line2">PASSIONATE YOUNG</p>
<p class="line3"> DEVELOPERS</p>
</div>
<div class="about" id="about">
<a id="aboutus">About Us</a>
<!-- <img src="/static/computer.svg" alt="computer srcset=""> -->
<p>Sneaky Shadows is a dynamic community of passionate young developers committed to open-source projects and driven to create innovative software solutions. Our goal is to harness the power of technology to make a positive impact on the world.</p>
</div>
<div class="community" id="community">
<a>Community</a>
<p>We warmly welcome individuals who share our passion for technology, coding, and making a difference. Whether you are a seasoned developer, a newbie in the field, or simply someone interested in the world of software development, you'll find a place here.
<br> We aim to foster a collaborative and inclusive environment where developers of all levels can come together to share ideas, learn from one another, and collectively develop software that addresses real-world challenges. We believe in the power of open source to drive innovation and improve the lives of people worldwide.</p>
</div>
<br></br><br></br>
<section class="team" id="team">
<div class="center">
<h1 >Our Team</h1>
</div>
<div class="team-content">
<div class="box">
<img src="/static/mrb_profile.jpg" alt="" srcset="" width="250px">
<h3>MrB141107</h3>
<h5>Founder</h5>
<div class="icons">
<a href="https://twitter.com/MrB141107"><i class="ri-twitter-fill"></i></a>
<!-- <a href="#"><i class="ri-facebook-box-fill"></i></a> -->
<a href="https://instagram.com/mr.b141107"><i class="ri-instagram-fill"></i></a>
</div>
</div>
<div class="box">
<img src="/static/ph_profile.jpg" alt="" srcset="" width="250px">
<h3>PopHacker</h3>
<h5>Founder</h5>
<div class="icons">
<a href="https://twitter.com/popstar_idhant"><i class="ri-twitter-fill"></i></a>
<!-- <a href="#"><i class="ri-facebook-box-fill"></i></a> -->
<a href="https://instagram.com/ipophacker"><i class="ri-instagram-fill"></i></a>
</div>
</div>
<div class="box">
<img src="/static/ipProfile.jpg" alt="" srcset="" width="250px">
<h3>InvisiblePro</h3>
<h5>Founder</h5>
<div class="icons">
<a href="https://twitter.com/DhyeyRatho12443"><i class="ri-twitter-fill"></i></a>
<!-- <a href="#"><i class="ri-facebook-box-fill"></i></a> -->
<a href="https://instagram.com/mr.d141122"><i class="ri-instagram-fill"></i></a>
</div>
</div>
</div>
</section>
<footer>
<!--Copyright -->
<p> © 2023 Sneaky Shadows <a href="https://github.com/InvisiblePro/website/blob/main/LICENSE"><i class="ri-scales-3-line"></i> MIT License</a></p>
</footer>
</body>
</html>