-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (87 loc) · 3.76 KB
/
index.html
File metadata and controls
94 lines (87 loc) · 3.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/faviconFinal.ico"/>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<meta name="keywords" content="WEB3, DEVELOPMENT, NFT, CONSULTANCY, DAO, dAPP, TOKEN">
<meta name="description" content="Modern development and consultancy powering the future of web3.">
<meta name="author" content="0Complex">
<title>0Complex — Building the future of Web3</title>
</head>
<body>
<nav>
<div class="topGrid">
<a href="/" id="headerHome"><h2 id="zero">0</h2><h2 class="logoText">Complex</h2></a>
<div id="midNav">
<a href="mailto:cameron@0complex.xyz?subject=let’s talk about consulting" class="navButton"><h2 class="headerText">consult</h2></a>
<a href="/"class="navButton"><h2 class="headerText">contribute</h2></a>
<a href="/"class="navButton" id="foreward"><h2 class="headerText">foreward</h2></a>
</div>
<a href="mailto:cameron@0complex.xyz" class="navButton" id="headerContact"><h2 class="headerText">contact</h2></a>
<h1 id="OComplex">ZERO<br>COMPLEX</h1>
</div>
</nav>
<div id="mainGrid">
<div id="about">
<h1 id="aboutText">is a company that builds the </h1><h1 id="future">future.</h1>
</div>
<div id="definition">
<h3 id="futureDef">future</h3><h3 id="divider" > • </h3><h3 id="noun">noun<br></h3>
<h4 id="def">what comes next<br></h4><h4 id="eg">e.g. </h4><h4 id="def">“The future belongs to those who believe in the beauty of their dreams."</h4>
</div>
<div id="inspireBox">
<div id="inspireHolder">
<h1 class="building">We’re building services to <h1 id="inspireLaunch">design, launch, and scale </h1><h1 class="building">Web3 projects</h1><h1 class="building purple" color:#8785F1;>.</h1></h1>
</div>
</div>
<h5 class="start">➔ START</h5>
<div id = "back"></div>
<div id="line1"></div>
<div id="icon"><img src="/theorise.png" id="iconImg"
alt=""></div>
<div id="theorize">
<h5 class="nums">01</h5>
<h2 class="listText">We <strong>theorize</strong> to approach every question from a different angle. Perspective defines us, as we focus on designing products that redefine perspective.</h2>
</div>
<div id="line2"></div>
<div id="design">
<h5 class="nums">02</h5>
<h2 class="listText">We <strong>design</strong> where no one else is willing to design; where the brink of revolution meets the edge of innovation. Your challenge is our opportunity; your belief is our mandate.</h2>
</div>
<div id="line3"></div>
<div id="build">
<h5 class="nums">03</h5>
<h2 class="listText">We <strong>build</strong> solutions that work. Solutions that users love and companies stand behind. We build solutions that rise to the occasion and deliver results. Building is in our DNA.
</h2>
</div>
<div id="gradient">
<div id="whatYouSee">
<h2 id="wYS">Like what you see?
</h2>
</div>
<div id="contactContainer">
<div class="contactHolder">
<div class="contactTB">
<h2 class="contactText">Let’s talk about<br>consulting for my project.</h2>
<a href="mailto:cameron@0complex.xyz?subject=let’s talk about consulting" class="contactButton">let’s talk more</a>
</div>
</div>
<div class="contactHolder">
<div class="contactTB">
<h2 class="contactText">I think this is my place - got<br>any jobs open?</h2>
<a href="mailto:cameron@0complex.xyz?subject=I think I’d love to work here" class="contactButton">pitch yourself to us</a>
</div>
</div>
</div>
</div>
<div id="bottom">
<a href="#headerHome" id="bottom0CX"><h2 id="zero">0</h2><h2 class="logoText">Complex</h2></a>
<h4 id="copyright">Copyright 0Complex LLC</h4>
</div>
<!--closing of mainGrid/-->
</div>
</body>
</html>