-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
180 lines (177 loc) · 9.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Langar&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="flexbox-container">
<div class="flexbox-item">
<div class="header">
<header>
<h1 id="header">Alena, Front-end developer</h1>
<nav id="menu">
<button><a href="#about"><p>About me</p></a></button>
<button><a href="#portfolio"><p>Portfolio</p></a></button>
<button><a href="#contacts"><p>Contacts</p></a></button>
<button><a href=""><p>HOME</p></a></button>
</nav>
<div class="hamburger">
<img id="open-menu-hamburger" src="img/ham-menu-icon.jpg" alt="Menu">
<nav id="menu-hamburger">
<div><a href="#about"><p>About me</p></a></div>
<div><a href="#portfolio"><p>Portfolio</p></a></div>
<div><a href="#contacts"><p>Contacts</p></a></div>
<div><a href=""><p>HOME</p></a></div>
<span id="close-menu-hamburger"><a href="#open-menu-hamburger">Close</a></span>
</nav>
</div>
</header>
</div>
</div>
<div class="flexbox-item">
<section id="about">
<div class="text">
<h2>About me</h2>
<div class="photo">
<img src="img/img.jpg" alt="me">
</div>
<p>I'm Alena.</p>
<p>For me, programming is not just a job, it's a hobby.</p>
<p>I'm open to new knowledge, <br> I like to study new technologies <br> and apply them in practice.</p>
<p><b>Skills:</b> HTML, CSS, JS, React.</p>
</div>
</section>
</div>
<div class="flexbox-item">
<section id="portfolio">
<h2>Portfolio</h2>
<div class="window-virtual-piano">
<button data-window-target="#window" class="open-window">Virtual Piano</button>
<div class="window" id="window">
<div class="window-head">
<div class="title"><h2>Virtual Piano</h2></div>
</div>
<div class="window-body">
<p>You can see the project at the following link: <a href="https://alena2020.github.io/Virtual-Piano/" target="_blank">virtual-piano</a></p>
<p>I did this project when I was studying the frontend on HyperSkill. I created
a web page with Virtual Piano, learned some HTML basics and some JS basics
and learned that CSS can easily make a beautiful design.</p>
</div>
<button data-close-button class="close-button">Close</button>
</div>
<img src="img/Virtual%20Piano.jpg" alt="Virtual Piano">
<p>Virtual Piano</p>
</div>
<div class="window-flashcards">
<button data-window-target="#window1" class="open-window">Flashcards</button>
<div class="window" id="window1">
<div class="window-head">
<div class="title"><h2>Flashcards</h2></div>
</div>
<div class="window-body">
<p>You can see the project at the following link: <a href="https://alena2020.github.io/flashcards/" target="_blank">flashcards</a></p>
<p>I did this project when I was studying the frontend on HyperSkill. I created
a web page with flip-down flash cards, learned some HTML basics and
learned that CSS can easily make a beautiful design.</p>
</div>
<button data-close-button class="close-button">Close</button>
</div>
<img src="img/Flashcards.jpg" alt="Flashcards">
<p>Flashcards</p>
</div>
<div class="window-open-space">
<button data-window-target="#window2" class="open-window">Open Space</button>
<div class="window" id="window2">
<div class="window-head">
<div class="title"><h2>Open Space</h2></div>
</div>
<div class="window-body">
<p>You can see the project at the following link: <a href="https://alena2020.github.io/Open-Space/" target="_blank">Open-Space</a></p>
<p>I did this project when I was studying the frontend on HyperSkill.
To launch the rocket enter a password and press OK button to unlock checkboxes and levers.
Then check all checkboxes and set all levers to the highest level. 🌌🕹🚀🛸🛰
Launch the rocket, and feel like a real space engineer!
</p>
</div>
<button data-close-button class="close-button">Close</button>
</div>
<img src="img/Open-Space.jpg" alt="Open-Space">
<p>Open Space</p>
</div>
<div class="window-to-do-list">
<button data-window-target="#window3" class="open-window">To-Do-List</button>
<div class="window" id="window3">
<div class="window-head">
<div class="title"><h2>To-Do-List</h2></div>
</div>
<div class="window-body">
<p>You can see the project at the following link: <a href="https://alena2020.github.io/To-Do-List-/" target="_blank">To-Do-List</a></p>
<p>I did this project when I was studying the frontend on HyperSkill.
📋I created a simple to-do list where you can add new tasks, mark them as done, or delete them if they are no longer important.
</p>
</div>
<button data-close-button class="close-button">Close</button>
</div>
<img src="img/To-Do-List.jpg" alt="To-Do-List">
<p>To-Do-List</p>
</div>
<div class="window-case-converter">
<button data-window-target="#window4" class="open-window">Case Converter</button>
<div class="window" id="window4">
<div class="window-head">
<div class="title"><h2>Case Converter</h2></div>
</div>
<div class="window-body">
<p>You can see the project at the following link: <a href="https://alena2020.github.io/Case-Converter/" target="_blank">Case-Converter</a></p>
<p>I did this project when I was studying the frontend on HyperSkill.
📁 Simple application for converting the text into different cases and with the ability to save the changed text as a .txt file.
</p>
</div>
<button data-close-button class="close-button">Close</button>
</div>
<img src="img/Case-Converter.jpg" alt="Case-Converter">
<p>Case Converter</p>
</div>
<div class="window-hypergram">
<button data-window-target="#window5" class="open-window">Hypergram</button>
<div class="window" id="window5">
<div class="window-head">
<div class="title"><h2>Hypergram</h2></div>
</div>
<div class="window-body">
<p>You can see the project at the following link: <a href="https://alena2020.github.io/Hypergram/" target="_blank">Hypergram</a></p>
<p>I did this project when I was studying the frontend on HyperSkill.
🎨I created a simple app that can help you with image editing.
</p>
</div>
<button data-close-button class="close-button">Close</button>
</div>
<img src="img/Hypergram.JPG" alt="Hypergram">
<p>Hypergram</p>
</div>
<div id="overlay"></div>
</section>
</div>
<div class="flexbox-item">
<section id="contacts">
<h2>Contacts</h2>
<div class="social-network">
<a href="#" class="social-network-link"><img src="img/twitter.svg" alt="twitter"></a>
<a href="#" class="social-network-link"><img src="img/instagram.svg" alt="instagram"></a>
<a href="#" class="social-network-link"><img src="img/facebook.svg" alt="facebook"></a>
</div>
</section>
</div>
<div class="flexbox-item">
<footer>
<p>Alena, 2020</p>
</footer>
</div>
</div>
<script src="script.js"></script>
</body>
</html>