-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtuta
More file actions
205 lines (173 loc) · 4.23 KB
/
tuta
File metadata and controls
205 lines (173 loc) · 4.23 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="fullstack developer.css">
<title>Asalef Alena</title>
</head>
<body>
<div class="ph">
<div id="box" class="ph1">
<h1>Asi Alena</h1>
<h2>fullstack developer</h2>
</div>
<div id="box1" class="ph1">
<img src="asalef.jpg">
</div>
</div>
<div id="box2" class="ph1">
<p>
Military exemption holder for medical reasons 2018-2015: High school education - full matriculation in
business administration, Real Gymnasium Rishon Lezion. 8 units in administration and economics and human
resources.
: Courses and Personal Empowerment Certification - 2018.: Employment Experience 2018 - 2020 - Cashier,
Yochananoff Customer Recommendations on Personal Attitude and Good Social and Interpersonal Service
Recruitment and training of employees. Providing a quick response to problems in the field.
2017 - 2018 - Assistant to a computer secretary, Ramat Eliyahu experiences a work environment and Excel,
Word software
Amharic Languages: Very good English: Reasonable Hebrew: Very good.
</p>
</p>
</div>
<div id="box3" class="ph1">
<h1>The End</h1>
</div>
<div id="box4" class="ph1">
</div>
<div id="box5"></div>
<div id="box25">
<a href="https://github.com/asalef10">
<p>Github</p>
</a>
<a href="Asalef10@gmail.com">
<p>Email :Asalef10@gmail.com</p>
</a>
<a href="0546729018">
<p>phoneNumber:
0546729018
</p>
</a>
</div>
<div id="box26">
<p>
<p> Web pages I made Enjoy:</p>
<a href="/singers/2pac/2pac.html">
<li>The page abut 2pac</li>
</a>
<a href="/singers/j.cole/J.COLE8.html">
<li>The page abut j.cole</li>
</a>
<a href="../singers/Bigi_nutoris/Bigi.html">
<li>The page abut Bigi</li>
</a>
</p>
</div>
</div>
</body>
</html>
body{
background-size: cover;
background-color: rgb(221, 136, 39);
transition: 4s linear;
}
.ph{
display: flex;
flex-wrap: wrap;
}
#box5{
width: 100px;
height: 100px;
border-style: inset;
transform: rotate(500deg);
transition: 3s linear;
animation: asi 7s linear;
position: relative;
animation-iteration-count: infinite;
}
@keyframes asi{
0% {background-color: darkgray; left:0px; top:0px;}
25% {background-color: rgb(238, 232, 232); left:200px; top:00px;}
50% {background-color: rgb(221, 224, 222); left:200px; top:-80px;}
75% {background-color: darkgray; left:0px; top:-80px;}
100%{background-color: darkgray;left: 0px; top:0px;}
}
#box5:hover{
transform: rotate(50deg);
/* transform: skew(2deg); */
transform: scale();
background-color: darkred;
}
body:hover{
background-color: rgb(125, 192, 125);
}
#box h1{
text-align: center;
border-style: dashed;
background-color: cornsilk;
opacity: 0.7;
}
h2{
text-align: center;
}
#box{
position: fixed;
width: 100%;
height: 10px;
}
#box1{
padding: 31px;
}
#box1 img{
box-shadow: -20px 19px 20px;
border-radius: 50%;
margin-top: 109px;
width: 266px;
margin-left: 620px;
}
a:active{
text-shadow: -2px -18px 3px #2abce1;
}
a:hover{
font-size: x-large;
color: chartreuse;
}
#box2 {
background-color: cornsilk;
margin-bottom: 50px;
opacity: 0.8;
}
#box2 p{
border: 7px solid black;
font-size: 20px;
}
#box3{
position: fixed;
bottom:1%;
width: 100%;
height: 7%;
}
#box3 h1{
text-align: center;
border-style: inset;
}
#box25{
margin-top: -421px;
width: 270px;
height: 113px;
border: inset #e4fcf6;
background-color: coral;
}
#box26{
margin-top: -317px;
width: 390px;
height: 113px;
border: inset #e4fcf6;
background-color: #e35926;
}
/* @media (max-width:320px) */
/* { */
/* body{ */
/* background-color: #fa0808; */
/* } */
/* } */