-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·113 lines (104 loc) · 3.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Savital</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<style>
html {
background-image: url(images/df.jpg);
background-color: #c7b39b;
}
</style>
<div id="wrapper">
<header>
<h1 href="/"><img src="images/logo.png" alt="Savital homepage" id = "a1"></h1>
<form align="middle" action="https://github.com/" name="search">
<input type="text" name="q" value="">
<input type="hidden" name="ia" value="images">
<button type="submit">Найти</button>
</form>
</header>
<nav class="menu">
<ul class="top-menu">
<li><a href="#a1">Savital homepage</a></li>
<li><a href="#a2">About</a></li>
<li><a href="#a3">Contacts</a></li>
</ul>
</nav>
<div id="heading"><h1>Home</h1></div>
<aside>
<nav>
<ul class="aside-menu">
<li class="active">Home</li>
<li><a href="next.html">Next</a></li>
</ul>
</nav>
<h2>Me</h2>
<p><img src="images/lupis.jpg" width="230" height="180" alt="Our offices"></p>
</aside>
<section><div id="About">
<h2 align="middle"><a id="a2"></a>About:</h2>
<img align="middle" src="images/lupis.jpg" alt="Test Image">
<p align="middle">I'm studing at BMSTU on ISC7 faculty<p>
<blockquote>
<p>
“Fortune favours the bold”
</p>
<cite>US army proverb</cite>
</blockquote>
<figure>
<img src="images/1.jpg" width="320" height="320" alt="">
</figure>
<h2>OUR TEAM</h2>
<div class="team-row">
<figure>
<img src="images/lupis.jpg" width="96" height="96" alt="">
<figcaption>Savital<span>ceo</span></figcaption>
</figure>
<figure>
<img src="images/lupis.jpg" width="96" height="96" alt="">
<figcaption>Protonwolf<span>team leader</span></figcaption>
</figure>
</div>
<div class="team-row">
<figure>
<img src="images/lupis.jpg" width="96" height="96" alt="">
<figcaption>Savostyanov V.<span>art director</span></figcaption>
</figure>
<figure>
<img src="images/lupis.jpg" width="96" height="96" alt="">
<figcaption>Vitasar<span>senior ui designer</span></figcaption>
</figure>
</div>
</div></section>
</div>
<footer align="middle">
<div id="footer">
<div id="sitemap">
<h3>SITEMAP</h3>
<div>
<a href="#a1">Home</a>
<a href="#a2">About</a>
<a href="#a3">Contacts</a>
</div>
</div>
<div id="social">
<h3>SOCIAL NETWORKS</h3>
<ul class="social-icons">
<li><a href="https://github.com/Savital" class="github"><img src='images/github.jpg' /></a></li>
</ul>
</div>
<div id="footer-logo">
<a href="data/license.txt"><img src="images/logo.png" alt="Savital"></a>
<p>Copyright © 2018</p>
</div>
</div>
</footer>
</body>
</html>