-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy pathcv.html
More file actions
98 lines (88 loc) · 4.3 KB
/
cv.html
File metadata and controls
98 lines (88 loc) · 4.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Lenar Gasimov</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="https://github.com/lenargasimov.png">
<meta property="og:type" content="profile">
<meta property="og:title" content="Lenar Gasimov">
<meta property="og:description" content="Hi there, nice to meet you. I'm Lenar Gasimov. Welcome to my world!">
<meta property="og:url" content="https://lenargasimov.dev">
<meta property="og:image" content="https://github.com/lenargasimov.png">
<meta property="profile:first_name" content="Lenar">
<meta property="profile:last_name" content="Gasimov">
<meta name="theme-color" content="#131313">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
</head>
<body>
<!-- Spotify alert -->
<div id="spotify"></div>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<div class="title-text">
<h1>I'm Lenar.</h1>
<h2>a python developer.</h2>
</div>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<!-- Profile description -->
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="images/profile.png" alt="profile-img">
<h2>Hello.</h2>
<p class="intro">I am a Python Developer. Interested in web frameworks and everything related to Python.
I love to code and learning new stuff. Working through <a href="https://github.com/lenargasimov/100-days-of-python" target="_blank">#100DaysOfCode</a></p>
</div>
<hr>
<!-- Skills -->
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer-img" src="images/computer.png" alt="code-img">
<!-- Development -->
<h3>Development</h3>
<p>I have been writing code daily for over 1 year. I am looking for new opportunities to implement and increase
my skills in software development and web development. New challenges don't bother me, but rather inspire,
as they give me the opportunity to grow up and develop, and the habit of not give up helps me in this.
Creating and building projects that solve or fix a problem is a high priority for me.
Interested in web frameworks and everything related to Python. I love to code and learning new stuff.
Working through <a href="https://github.com/lenargasimov/100-days-of-python" target="_blank">#100DaysOfCode</a>. <br>
<br>
Skills: <br>
I specialize in full stack web development and writing readable code. Python, Flask, HTML, CSS, Bootstrap,
Git, SQLite.
<a href="https://gist.github.com/lenargasimov/855d353d2c5582b6ef931fe50374a166" target="_blank">
Gist on my projects!</a></p>
</div>
<!-- Chillies -->
<div class="skill-row">
<img class="chilli-img" src="images/chillies.png" alt="chillies-img">
<h3>Hot Wings Challenge</h3>
<p>But my best skill is actually in eating hot wings. I am the undisputed king of hot wing challenges.
Ghost Peppers and Carolina Reapers are my favourite snacks.</p>
</div>
</div>
<hr>
<!-- Contact -->
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love hot wings as much as I do.</h3>
<p class="contact-message">Love hot wings as much as I do? Let's talk about how awesome they are!
We can code while we eat hot wings!</p>
<a class="btn" href="mailto:lenargasimovdev@gmail.com">CONTACT ME</a>
</div>
</div>
<!-- Footer -->
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/lenargasimov" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/lenargasimov" target="_blank">Twitter</a>
<a class="footer-link" href="https://github.com/lenargasimov" target="_blank">GitHub</a>
<!-- Year update -->
<p class="copyright">© 2021<script>new Date().getFullYear()>2021&&document.write("-"+new Date().getFullYear());</script> Lenar Gasimov.</p>
</div>
</body>
<script src="js/index.js"></script>
</html>