-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (80 loc) · 3.83 KB
/
index.html
File metadata and controls
99 lines (80 loc) · 3.83 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
<html>
<head>
<title>CubeRED</title>
<!--MCSS stuff-->
<link href="https://modesta.alexflipnote.xyz/css/modesta.min.css" type="text/css" rel="stylesheet">
<link href="https://modesta.alexflipnote.xyz/css/blobcat.min.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<style>.one-full.column p, .one-full.column h1 { margin: 0; }</style>
<style>.card-container .card .footer a {color:white} </style>
<link rel="shortcut icon" href=".\img\cuberedk.ico">
<script src="https://alexflipnote.xyz/assets/js/smoothscroll.min.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<section class="fullscreen">
<div class="background" style="background-image: url('./img/bluebg.png');"></div>
<div class="center-object">
<section class="me unset">
<img draggable="false" src="./img/CubeRED.png" class="image-title">
<h1 class="title">CubeRED</h1>
</section>
<div class="buttons">
<a href="https://github.com/cubered" class="btn animation github" target="_blank">Github</a>
<a href="https://steamcommunity.com/groups/cubered" class="btn animation black" target="_blank">Steam group</a>
<a href="./hun" class="btn animation belize-hole">Magyar oldal</a>
</div>
</div>
<a href="#about"><div id="fade" class="arrow bounce"></div></a>
</section>
<section class="container" id="about">
<div class="box-container row">
<div class="flex-grid">
<div class="col-xs">
<div class="one-full column"><h1 class="amethyst-text">About us</h1></div>
<div class="one-full column">
<p><span class="cubered-text">CubeRED</span> is an amature E-Sport and software development team. We play <span class="gold-text">CS:GO</span> and <span class="carrot-text">KTaNE</span>. Our development team creates <span class="discord-text">Discord</span> bots and small <span class="peter-river-text">Games</span>.</p>
</div>
</div>
<div class="col-xs"></div>
</div>
</div>
</section>
<section class="card-container">
<div class="card">
<div class="avatar">
<img src="./img/cyber.png">
</div>
<h1 class="title">Cyber28</h1>
<p class="description">IGL/Support; Defuser; HTML, JS</p>
<div class="footer">
<a class="btn animation raw-purple-flat" href="https://cyber28.xyz" target="_blank">Website</a>
</div>
</div>
<div class="card">
<div class="avatar">
<img src="./img/raddish.jpg">
</div>
<h1 class="title">Mr. Raddish</h1>
<p class="description">Entry fragger; Artist</p>
<div class="footer">
<a class="btn animation twitter-flat" href="https://twitter.com/mrretek" target="_blank">Twitter</a>
</div>
</div>
<div class="card">
<div class="avatar">
<img src="./img/qkrisi.png">
</div>
<h1 class="title">Qkrisi</h1>
<p class="description">AWPer; Expert; HTML; C#</p>
<div class="footer">
<a class="btn animation twitter-flat" href="https://twitter.com/qkrisiyt" target="_blank">Twitter</a>
</div>
</div>
</section>
<br>
<footer class="center box-container secondary no-border-radius">
<p class="no-margin">Created with ModestaCSS by AlexFlipnote</p>
</footer>
</body>
</html>