-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (46 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="description"
content="Codeshore is a web development company, specializing in modern single page applications, created with frameworks such as React, Angular, ExpressJs etc."
/>
<meta
name="keywords"
content="web development, react, angular, nodejs, node, fullstack, frontend, backend, web, developer"
/>
<meta name="author" content="Rafal Graniczny" />
<link rel="shortcut icon" type="image/png" href="./img/favi.png" />
<link rel="stylesheet" type="text/css" href="./style/style.css" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400&display=swap"
rel="stylesheet"
/>
<title>CodeShore - modern web development</title>
</head>
<body>
<main>
<element class="intro">
<div id="messenger">
<div class="msn-header">
<p>CodeShore</p>
<span id="exit">X</span>
</div>
</div>
</element>
<section class="info">
<div>
<img src="./img/logo.png" alt="CodeShore" />
<h1>modern web systems development</h1>
<h2>[email protected]</h2>
</div>
</section>
<div id="invisible"></div>
</main>
<script src="./js/anime.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>