-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (142 loc) · 5.27 KB
/
index.html
File metadata and controls
146 lines (142 loc) · 5.27 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
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" width="device-width">
<title>Deepen Development</title>
<meta property="og:title" content="Deepen Development" />
<meta property="og:type" content="website" />
<meta property="og:image" content="static/deependev-rounded.png" />
<meta property="og:url" content="https://deependevelopment.github.io/website" />
<meta property="og:description"
content="Hi, we're Deepen Development; a team of coders, designers and advertisers." />
<link rel="icon" type="image/x-icon" href="static/deependev-rounded.png">
<meta name="theme-color" content="#081f48">
<link href="static/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="static/w3.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js"></script>
<script>
window.ga = window.ga || function () { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date;
ga('create', 'UA-105392568-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<canvas></canvas>
<div id="progBar">
</div>
<div id="nav">
<p class="branding" id="branding">DEEPEN DEVELOPMENT</p>
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#services">services</a>
<a href="#footer">get in touch</a>
</div>
<section id="home">
<div class="hero" id="hero">
<t id="heroTitle">We develop to <span id="titleChangeText">Reach</span>.</t>
</div>
</section>
<div class="content" id="content">
<section id="about">
<h1 style="text-align: center; font-size: 48px; text-shadow: 0px 0px 3px white;">Hi, we're Deepen Development.
</h1>
<div class="teamMembers">
<br>
<br>
<div class=memberCard id="adeltoCard" data-bgColor="rgb(26, 48, 88)">
<name>Adelto</name>
<p>Co-Founder</p>
<br>
<br>
<img src="static/adelto.png">
</div>
<div class=memberCard id="anshisterCard">
<name>Anshister</name>
<p>Co-Founder</p>
<br>
<br>
<img src="static/anshister.jpeg">
</div>
<div class=memberCard id="itsMeCard" data-bgColor="rgb(228, 144, 183)">
<name>Its_me</name>
<p>Human Resources</p>
<br>
<br>
<img src="static/its_me.png">
</div>
<div class=memberCard id="mr_spaghettiCard" data-bgColor="rgb(235, 191, 90)">
<name>Mr.Spaghetti</name>
<p>Adv. Manager</p>
<br>
<br>
<img src="static/mr_spaghetti.png">
</div>
<div class=memberCard id="ibrahimCard" data-bgColor="rgb(224, 85, 74)">
<name>_Ibrahim_2310_</name>
<p>Manager</p>
<br>
<br>
<img src="static/ibrahim.jpeg">
</div>
</div>
<h1 style="font-weight: normal">We're a team of coders, designers and advertisers.<br>
We believe that to make a brand sell, the customer to understand more about it.<br>
<br>
That's what made us make websites. We realised people need support, because in todays market, making yourself
sell is harder then it looks.<br>
Now, making websites isn't all we offer -
</h1>
</section>
<section id="services">
<div id="servicesContent">
<h1 data-aos="zoom-out-right"><b>Discord Bot Development</b>
<p>
Revamping...<br>
<br>
<br>
<br>
<br>
<!-- Fun bot - $16<br>
Mod bot - $17<br>
Combined bot - $16 to $26<br>
Custom bot - $6 / 5 commands<br>(approx. 50 commands in one custom bot) -->
</p>
</h1>
<h1 data-aos="zoom-out-left"><b>Web Development</b>
<p>
Coming soon<br>
<br>
<br>
<br>
<br>
</p>
</h1>
</div>
</section>
</div>
<section class="footer" id="footer">
<h1>We'd love to chat.</h1>
<a href="https://www.youtube.com/@DeepenDevelopment"><img src='static/youtube.png' target="_blank" width="60"></a>
<a href="https://twitter.com/deependevs" target="_blank"><img src='static/twitter.png' width="60"></a>
<a href="https://www.instagram.com/deepen_development/" target="_blank"><img src='static/instagram.png'
width="60"></a>
<a href="https://dsc.gg/deependev" target="_blank"><img src='static/discordicon.png' width="60"></a>
<p>© 2024 Deepen Development. All rights reserved. Unless otherwise stated, all content is licensed under the
Creative Commons Attribution-NonCommercial (CC BY-NC) license.</p>
<p><i>Disclaimer: Deepen Development is not affiliated with Instagram, Youtube, X or Discord in any way.</i></p>
</section>
<br>
<br>
<br>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="static/script.js"></script>
</body>
</html>