-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·209 lines (195 loc) · 9.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
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
<!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>Yousef Roshandel's Personal Website</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="./scss/styles.css">
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- HEADER -->
<div class="header">
<nav class="nav">
<input type="checkbox" id="nav__checkbox" class="nav__checkbox">
<label for="nav__checkbox" class="nav__toggle">
<svg class="menu" width="100" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h7">
</path>
</svg>
<svg class="close" width="100" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12">
</path>
</svg>
</label>
<ul class="nav__menu">
<li><a href="/">
<img src="./assets/images/logo.svg" alt="Logo">
</a></li>
<li><a href="/"></a>Home</li>
<li><a href="https://virgool.io/@YRlp98" target="_blank"></a>Blog</li>
<li><a href="#"></a>Contact me</li>
</ul>
</nav>
<div class="header__intro">
<div class="intro__container">
<h2>I’m Yousef Roshandel</h2>
<div class="des__container">
<div class="intro__line"></div>
<div class="intro__2nd">
<h3>a Mobile Application developer</h3>
<h3>and UI/UX Designer</h3>
</div>
</div>
<div class="intro__scroll">
<img src="./assets/images/3d_man.png" alt="3D illustration" class="ilu_man" width="100px">
<div class="scroll__text">
<span class="text__1">SCROLL DOWN</span>
<br>
<span class="text__2">Read more</span>
</div>
</div>
</div>
</div>
</div>
<!-- END HEADER -->
<main>
<!-- ABOUT ME -->
<div class="aboutme">
<div class="aboutme__description">
<h3 class="description__title">about me.</h3>
<p class="description__text">Mobile application developer with over 2 years of experience with Google's
Flutter framework, including extensive development, testing and even
publishing finished products on the Google Play Store. Additionally, over 3
years of experience designing User Interfaces for both mobile, desktop
and web platforms. Passionate about programming and technology. In
constant pursuit of improving myself and my skills through learning new
things.</p>
</div>
<div class="aboutme__morethan">
<h3>More than</h3>
<div class="morethan__number">6</div>
<p class="morethan__title">Years of<br>Experience</p>
</div>
<div class="aboutme__morethan">
<h3>More than</h3>
<div class="morethan__number">30</div>
<p class="morethan__title">Satisfied<br>Clients</p>
</div>
<div class="aboutme__skills">
<div class="skills__card">
<div class="card__title">
<img src="./assets/icons/flutter.svg" alt="Flutter">
<h2>Flutter</h2>
</div>
<div class="card__desc">
<p>2 Years of Experience</p>
<p>14 Projects</p>
</div>
</div>
<div class="skills__card">
<div class="card__title">
<img src="./assets/icons/ui_ux.svg" alt="UI/UX Design">
<h2>UI/UX Design</h2>
</div>
<div class="card__desc">
<p>4 Years of Experience</p>
<p>20 Projects</p>
</div>
</div>
<div class="skills__card" id="other__skills">
<p class="skills__card--first">Dart - Git - Agile - Linux</p>
<p class="skills__card--second">SQL - Android - Java - XML</p>
<p class="skills__card--third">C# - HTML/CSS</p>
</div>
</div>
</div>
<!-- END ABOUT ME -->
<!-- PROJECTS -->
<div class="projects">
<h2 class="projects__title">My Projects.</h2>
<div class="projects__container">
<div class="projects__card" id="xtraderCard">
<h3 class="projects__card--title">Xtrader</h3>
<h4 class="projects__card--platform">Web, Android, iOS</h4>
</div>
<div class="projects__card active__card" id="foxholeCard">
<h3 class="projects__card--title">Foxhole artillery</h3>
<h4 class="projects__card--platform">Android, iOS, Windows</h4>
</div>
<div class="projects__card" id="quizappCard">
<h3 class="projects__card--title">Quiz app</h3>
<h4 class="projects__card--platform">Android, iOS</h4>
</div>
</div>
<button onclick=" window.open('https://github.com/YRlp98','_blank')" type="button" class="projects__button">
All Projects
</button>
</div>
<!-- END PROJECTS -->
<!-- CONTACT ME -->
<div class="contactme">
<div class="contactme__container">
<div class="contactme__socialmedia">
<h2 class="contactme__socialmedia--title">Me on Social media.</h2>
<div class="contactme__socialmedia--container">
<a href="https://github.com/YRlp98" target="_blank"><i class='bx bxl-github'></i></a>
<a href="https://dribbble.com/YRlp98" target="_blank"><i class='bx bxl-dribbble'></i></a>
<a href="https://linkedin.com/in/yrlp98" target="_blank"><i
class='bx bxl-linkedin-square'></i></a>
<a href="https://twitter.com/yrlp98" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://www.instagram.com/y.rlp/" target="_blank"><i class='bx bxl-instagram'></i></a>
</div>
</div>
<div class="contactme__contact">
<h2 class="contactme__contact--title">contact me:</h2>
<div class="contactme__contact--items">
<div class="contactme__contact--items--item">
<a href="mailto:yousef.r1999@gmail.com" target="_blank" tabindex="_blank">
<img src="./assets/icons/email.svg" alt="Email">
<div>
<h3>Email:</h3>
<p>Yousef.r1999@gmail.com</p>
</div>
</a>
</div>
<div class="contactme__contact--items--item">
<a href="https://join.skype.com/invite/pwjDWjghRuWW" target="_blank" tabindex="_blank">
<img src="./assets/icons/skype.svg" alt="Skype">
<div>
<h3>Skype:</h3>
<p>Yousef.r98</p>
</div>
</a>
</div>
<div class="contactme__contact--items--item">
<a href="https://discord.com/users/213948450147008513" target="_blank" tabindex="_blank">
<img src="./assets/icons/discord.svg" alt="Discord">
<div>
<h3>Discord:</h3>
<p>Y.Rlp#4779</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="contactme__image">
<img src="./assets/images/il3D_contact.png" alt="Contact me">
</div>
</div>
<!-- END CONTACT ME -->
</main>
<footer>
<div class="footer__divider"></div>
<p class="footer__copyright--text">
© 2021 Yousef Roshandel. All Rights Reserved
</p>
</footer>
<script src="./index.js"></script>
</body>
</html>