-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (85 loc) 路 4.58 KB
/
Copy pathindex.html
File metadata and controls
106 lines (85 loc) 路 4.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ctrl-team</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<link rel="shortcut icon" href="img/ctrlteam.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css" integrity="sha256-zmfNZmXoNWBMemUOo1XUGFfc0ihGGLYdgtJS3KCr/l0=" crossorigin="anonymous" />
</head>
<body>
<div id="backtotop">
<i class="fas fa-arrow-up"></i>
</div>
<div id="wrap_buttons">
<p class="buttons"><a href="#about">About</a></p>
<p class="buttons"><a href="#games">Games</a></p>
<p class="buttons"><a href="#projects">Projects</a></p>
<p class="buttons"><a href="#Info">Info</a></p>
</div>
<section id="logo">
<a href="#about"><img src="img/ctrlteam.png" srcset="img/ctrlteam.png" height="500" style="border-radius: 20px;"></a>
</section>
<section id="about">
<span class="section_header">About<span class="yellow">.</span></span><br><br>
Two polish teenagers who make <span class="yellow">websites</span> and games for fun. We are 100<span class="yellow">%</span> self taught. As a developers we like to make some crazy ideas
which we can use in real life. This website is made entirely from 2 years of <span class="yellow">experience</span> which we gathered by just writing some stupid
stuff. If you want to <span class="yellow">contact us</span>, feel free to write on discord (we are almost 24/7 there) - our #'s and server are down below in the <a href="#Info"><span class="yellow">info</span></a> section.
<span class="yellow">Enjoy</span>!
</section>
<section id="games">
<span class="section_header" id="games_header">Games<span class="yellow">.</span></span><br/><br/>
</section>
<section id="projects">
<span class="section_header" id="games_header">Projects<span class="yellow">.</span></span><br><br>
</section>
<section id="Info">
<div id="contact_content">
<span class="section_header" id="games_header">Info<span class="yellow">.</span></span><br><br>
<div class="contact">
<a href="https://discord.gg/CdpVs5F"><i class="fab fa-discord"></i></a>
</div>
<div class="contact">
<a href="https://github.com/ctrl-team"><i class="fab fa-github"></i></i></a>
</div>
<div class="contact">
<a href="stats.html"><i class="fas fa-chart-pie"></i></a>
</div>
<br/>
<br/>
<!--<i class="fab fa-reddit"></i>Nimplex-->
<div id="users">
<div class="box"><img src="./img/nimplex.png">
<div class="boxUser">
<h3>Nimplex#6232</h3>
<p>Code <span class="yellow">,</span> Security</p>
<div class="media">
<a href="https://www.reddit.com/u/Nimplex" title="u/Nimplex" target="_blank"><i class="fab fa-reddit"></i></a>
<a href="https://youtube.com/Nimplex" title="Nimplex" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://github.com/Nimplex" title="@Nimplex" target="_blank"><i class="fab fa-github"></i></a></div>
</div>
</div>
<div class="box"><img src="./img/jaza.png">
<div class="boxUser">
<h3>JaZa#1221</h3>
<p>Code <span class="yellow">,</span> Graphics</p>
<div class="media">
<a href="https://www.reddit.com/u/Spaghw" title="u/Spaghw" target="_blank"><i class="fab fa-reddit"></i></a>
<a href="https://www.youtube.com/channel/UCBuZLpjxT2KPBi72DhSIjHg" title="JaZa" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://github.com/JaZax" title="@JaZax" target="_blank"><i class="fab fa-github"></i></a></div>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
JaZa<span class="yellow">&</span>Nimplex<span class="yellow">©</span>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</body>
</html>