-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
215 lines (204 loc) · 8.32 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>remio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="container">
<section class="home" id="home">
<div class="content">
<div class="top">
<div class="intro-logo">
<img src="./images/ramio-logo.svg">
</div>
<div class="navigation">
<ul>
<li><a href="#about">About us</a></li>
<li><a href="#work">Our works</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<div class="below">
<div class="textwrapper">
<h1>
Nice to
<br>
meet you
</h1>
<p class="headline-text">
We are preparing something amazing and exciting for you. Special surprise for our subscribers only.
</p>
<a href="#">Notify Me</a>
</div>
<div class="social">
<div>
<a href="https://www.facebook.com/" target="_blank">
<i class="fa fa-facebook-f"></i>
</a>
</div>
<div>
<a href="https://twitter.com/" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</div>
<div>
<a href="https://dribbble.com/" target="_blank">
<i class="fa fa-dribbble"></i>
</a>
</div>
<div>
<a href="https://github.com/" target="_blank">
<i class="fa fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<div class="image">
<span>
<b class="larger">137</b>Days to launch
</span>
</div>
</section>
<section class="about" id="about">
<div class="image2">
</div>
<div class="content2">
<div class="area1">
<a href="#home">arrow</a>
<div>
<h1>About Us</h1>
</div>
<div class="personal"><b>Just awesome</b> <i class="italic">template</i></div>
<div class="paragraph">I wonder if I've been changed in the night? Let me think. Was I the same when I got up this morning? I almost think I can remember feeling a little different . But if I'm not the same, the next question is 'Who in the world am I?' Ah, that's the great puzzle!</div>
</div>
<div class="area2">
<div class="image-area2"></div>
<div class="words">
<h3>Eye catching design</h3>
<p>Have i gone mad? Im afraid so, but let me tell you something, the best people usualy are.</p>
</div>
</div>
<div class="area3">
<div class="image-area3"></div>
<div class="words">
<h3>Trendy fonts and colors</h3>
<p>Why, sometimes I've believed as many as six impossible things before breakfast.</p>
</div>
</div>
<div class="area4">
<div class="image-area4"></div>
<div class="words">
<h3>I never copied</h3>
<p>I'm afraid I can't explain myself, sir. Because I am not myself, you see?</p>
</div>
</div>
<div class="area5">
<div class="image-area5"></div>
<div class="words">
<h3>Its purely my code</h3>
<p>It’s no use going back to yesterday, because I was a different person then.</p>
</div>
</div>
<div class="area6 image-area6">
<div class="par">
<i class="fa fa-quote-left"></i>
<p>My dear, here we must run as fast as we can, just to stay in place.
And if you wish to go anywhere you must run twice as fast as that.</p>
<div class="auth">
<div>Lewis Carroll</div>
<div>Alice in Wonderland</div>
</div>
</div>
</div>
</div>
</section>
<section class="work" id="work">
<div class="sample">
<div class="area1">
<a href="#home">arrow</a>
<div>
<h1>Our Work</h1>
</div>
<div class="personal"><b>Team and latest</b> <i class="italic"> projects</i></div>
<div class="paragraph">Be what you would seem to be – or, if you’d like it put more simply – never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise.</div>
</div>
<div class="wrapper-img">
<div class="areastaff">
<div class="image-staff1">
<img src="./images/team-1.jpg">
</div>
<div class="staffcontent">
<h3>will finish</h3>
<h5>work role</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce posuere massa.</p>
</div>
</div>
<div class="areastaff">
<div class="image-staff1">
<img src="./images/team-1.jpg">
</div>
<div class="staffcontent">
<h3>will finish</h3>
<h5>work role</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce posuere massa.</p>
</div>
</div>
</div>
</div>
<div class="staff">
<div class="staff1"></div>
<div class="staff2"></div>
<div class="staff3"></div>
<div class="staff4"></div>
</div>
</section>
<section class="contact" id="contact">
<div class="map">
</div>
<div class="sample">
<div class="area1">
<a href="#home">arrow</a>
<div>
<h1>Get in touch</h1>
</div>
<div class="personal"><b>Welcome to our</b> <i class="italic">office</i></div>
<div class="paragraph">Our website is under construction but we are ready to go! You can call us or leave a request here. We are always glad to see you in our office from <h2>9:00</h2> to <h2>18:00.</h2></div>
</div>
<div class="wrapper-img">
<div class="areastaff">
<div class="image-staff1">
<img src="./images/team-1.jpg">
</div>
<div class="staffcontent">
<div>
<h3>Alot of words</h3>
<h5>work role</h5>
</div>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce posuere massa.</p> -->
</div>
</div>
<div class="areastaff">
<div class="image-staff1">
<img src="./images/team-1.jpg">
</div>
<div class="staffcontent">
<div>
<h3>will finish</h3>
<h5>work role</h5>
</div>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce posuere massa.</p> -->
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>