-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (168 loc) · 5.41 KB
/
index.html
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>REPLICA2</title>
<style>
#nav a:link,a:visited{
color:#000 ;
margin-left: 100px;
}
#container{
display:flex;
justify-content: space-around;
margin-top: 100px;
}
#k{
display:flex;
justify-content: space-around;
margin-top:200px;
}
.p{
background-color: white;
font-size: larger;
margin-left: 150px;
margin-top: 50px;
}
.w{
background-color: #000;
color: white;
width: 100px;
height:10px;
border-radius:19px;
text-align: center;
margin-top: 10px;
margin-left: 750px;
padding: 10px;
}
.q{
color: rgb(201, 195, 195);
margin-left:650px ;
}
#ou{
display:flex;
justify-content: space-around;
margin-top: 200px;
}
.d{
color:rgb(227, 216, 216);
font-size: small;
margin-top: 60px;
margin-left:650px;
}
#bu{
display:flex;
justify-content:space-around ;
margin-top: 100px;
}
.pl{
font-size: larger;
margin-left: 100px;
margin-top: 100px;
}
.ty{
color: rgb(202, 197, 197);
margin-left:100px;
margin-top: 15px;
}
#box{
background-color: black;
height:750px ;
width: 1500px;
}
.aw{
color:white;
font-size: larger;
margin-top: 650px;
margin-left: 650px;
}
.wq{
color:white;
margin-top: 10px;
margin-left: 650px;
}
.ew{
background-color:white;
width:150px;
height:20px;
color:#000;
border-radius: 19px;
margin-top: 20px;
margin-left: 650px;
text-align: center;
}
p{
color:gray;
}
</style>
</head>
<body>
<nav>
<a href="#">Showcase</a>
<a href="#">How it works</a>
<a href="#">Engagements</a>
</nav>
<div id="container">
<div class="u"><img src="9 (1).png"></img></div>
<div class="p">Accelerate Your<br> Product Growth</div>
<div class="t"><img src="4.png"></img></div>
</div>
<div container="y">
<div class="q">We are the design partner for founders who belive<br>that failure is not an option</div>
</div>
<div container="o">
<div class="w">Start Today</div>
</div>
<div id="k">
<div class="d"><img src="5 (1).png"></img></div>
<div class="j"><img src="3 (1).png"></img></div>
<div class="i"><img src="7.png"></img></div>
</div>
<div id="wq">
<div class="d">Trusted by teams at</div>
</div>
<div id="ou">
<div class="se"><img src="Item-6 (2).svg"></img></div>
<div class="lu"><img src="Item-1 (1).svg"></img></div>
<div class="yu"><img src="Item-2 (1).svg"></img></div>
<div class="er"><img src="Item-3 (2).svg"></img></div>
<div class="tr"><img src="Item-4 (1).svg"></img></div>
<div class="hy"><img src="Item-5 (1).svg"></img></div>
<div class="gt"><img src="Item-6 (3).svg"></img></div>
</div>
<div id="bu">
<div class="ut"><img src="5 (1).png"></img></div>
<div class="az"><img src="6.png"></img></div>
<div class="gh"><img src="3 (1).png"></img></div>
<div class="io"><img src="8.png"></img></div>
</div>
<div>
<h1>How's it work?</h1>
Get started.Get work.It's that simple.
<br><br><br>
<p>DISCOVERY CALL</p>
<h2>Let us know you</h2>
<br>
If we are the right fit for your project,we'll help you choose the package <br> that best suits your needs based on the stage of your business, goals and timeline.
<br><br><br><br>
<p>SIGN UP</p>
<h2>Get started</h2>
<br>
After you sign up, you will get access to a private stack channel to handle <br> communication and manage your project. We start delivering work within a <br> couple of days after kickoff.
<br><br><br><br>
<p>DELIVERY</p>
<h2>Get to market</h2>
Once you receive your final deliverables, you'll be ready to move to the next <br> step of your business with confidence. You can even continue working with us <br> through our partnership program.
</div>
<div>
<h1>Choose your path</h1>
<p>No matter which option you choose, our results-driven packages are <br> designed to deliver the highest quality for your project.</p>
</div>
<div id="box">
<div class="aw">World class design.<br>A few clicks away.</div>
<div class="wq">Let us guide through Allie, and discover how you can unlock<br>the way you source design,forever.</div>
<div class="ew">Start today</div>
</div>
</body>
</html>