-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (190 loc) · 7.92 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
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html>
<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>Olimjon Orifjonov</title>
<link rel="icon" href="images/photo-icon.png" type="image/png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="./js/jquery.svg3dtagcloud.min.js"></script>
<!-- bootstrap_link -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Font-awesome -->
<script src="https://kit.fontawesome.com/3641b94dba.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Ubuntu&display=swap" <script
src="https://kit.fontawesome.com/3641b94dba.js" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- style.css -->
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./project/project.css">
<link rel="stylesheet" href="./css/media.css">
<!-- skills JS -->
</head>
<body>
<script src="./js/skills.js"></script>
<canvas id="canvas"></canvas>
<!-- Header -->
<div id="header">
<div class="container-fluid">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html">
<img class="logo-img" src="images/photo-icon.png" alt="" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false">
<div id="box">
<div class="inner-box"></div>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<button class="resume-button style-btn"> <a class="button" href="./images/dev_cv.pdf" target="_blank"
rel="noopener noreferrer">Resume</a></button>
</ul>
</div>
</nav>
</div>
</div>
<!-- Header_End -->
<!-- fist -->
<section id="first">
<div class="container">
<h1>Hi, my name is</h1>
<h2 class="big-heading">Olimjon Orifjonov.</h2>
<h3 class="big-heading">I build things for the web.</h3>
<p>
I’m a Web developer and currently Computer Science student in <a href="https://iso.uni.lodz.pl/"
target="_blank">University of Lodz</a>.
</p>
</div>
<div class="social-links">
<ul>
<li>
<a href="https://www.linkedin.com/in/olimjon-orifjonov-815081223"><i class="fab fa-linkedin"
target="_blank"></i></a>
<span>LinkedIn</span>
</li>
<li>
<a href="https://github.com/olimjon1606" target="_blank"><i class="fab fa-github"></i></a>
<span>Github</span>
</li>
<li>
<a href="mailto:olimjon.coder@gmail.com"><i class="fas fa-envelope"></i></a>
<span>Email</span>
</li>
<li class="vl"></li>
</ul>
</div>
</section>
<!-- End-first -->
<!-- About -->
<section id="about">
<div class="container">
<h2 class="numbered-header">About Me</h2>
<p>
I am a dynamic and enthusiastic junior web developer with 2.5
years of hands-on experience in crafting engaging digital
solutions. My journey in web development has been driven by a
passion for creating user-friendly and visually appealing websites
and applications
</p>
<p>
<em>“Any fool can write code that a computer can understand. Good programmers write code that humans can
understand.” </em><strong>– Martin Fowler</strong>
</p>
</div>
</section>
<!-- End_About -->
<!-- Portfolio -->
<section id="portfolio">
<div class="container">
<h2 class="numbered-header">Some Things I’ve Built</h2>
</div>
<div class="project-container"></div>
</div>
<div class="other-projects">
<h1 class="title">Other Noteworthy Projects</h1>
<div class="archive"><a href="./archive.html" target="_blank">view the archive</a></div>
<!-- <a href="" class="archivelink"></a> -->
<div class="box-container">
</div>
<button class="btn-pr-more clicked" type="button">Show more</button>
</div>
</section>
<!-- Skills -->
<section id="skills">
<div class="container">
<h2 class="numbered-header">Programming Skills</h2>
<div class="skill-cont">
<div id="holder">
</div>
<div class="section-title skills-title">
<p> I specialize in front-end development and have a strong foundation in the following programming languages
and technologies:</p>
<p><span>HTML5:</span> Proficient in creating semantically structured and accessible web content. <br>
<span>JavaScript:</span> Skilled in developing interactive and responsive web applications.<br>
<span>CSS:</span> Experienced in crafting beautiful and responsive user interfaces.<br>
<span>React.JS:</span> Proficient in building dynamic and modern web applications.<br>
<span>Bootstrap:</span> Used for creating responsive and mobile-first web designs.<br>
In addition to my core skills, I have a working knowledge of various other technologies and tools,
including:<br>
<span>C, C++, jQuery, Node.js, Linux, WordPress, LaTeX, PHP, MySQL,</span>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<section id="contact">
<div class="container">
<h2>Get In Touch</h2>
<p>I'm always open to new opportunities and collaborations. Feel free to get in touch!</p>
<button class="btn-pr-more" type="submit"> <a href="mailto:olimjon.coder@gmail.com">Say Hello!</a></button>
</div>
</section>
<footer id="footer">
<div class="social-footer">
<ul>
<li>
<a href="https://github.com/olimjon1606"><i class="fab fa-github"></i></a>
<span>Github</span>
</li>
<li>
<a href="https://www.linkedin.com/in/olimjon-orifjonov-815081223"><i class="fab fa-linkedin"></i></a>
<span>LinkedIn</span>
</li>
<li>
<a href="mailto:olimjon.coder@gmail.com"><i class="fas fa-envelope"></i></a>
<span>Email</span>
</li>
</ul>
</div>
<p>Designed & Built by Olimjon Orifjonov © <span id="current-year">2022</span></p>
</footer>
<script src="./project/project.js"></script>
<!-- <script src="./js/matrix.js"></script> -->
<script src="./js/app.js"></script>
</body>
</html>