-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (46 loc) · 1.98 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
<!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">
<link rel="stylesheet" href="style.css">
<title>My Portfolio</title>
</head>
<body>
<header>
<h1>Dovran Thinkful</h1>
<h2 id="job-title">Web Developer</h2>
</header>
<main>
<div id="container">
<img src="IMG_0664.png" alt="Selfie">
<h2>Hi, I'm Dovran Thinkful! </h2>
<p>I am a software developer living in Washington, DC. As a finance student, I'm interested in:</p>
<ol>
<li>Software development</li>
<li>Financial markets</li>
<li>Micro and macro-economics</li>
</ol>
<p>Please take a look at my website and feel free to <a href="https://www.linkedin.com/in/dovran-masharipov-454a83197/">contact me</a>!</p>
</div>
<hr>
<article>
<h2>About Me</h2>
<p>Hi, I'm Dovran, a software developer based in Washington, DC. As a passionate web developer, I am driven by the limitless potential of the digital space and the endless possibilities it offers. I am always eager to collaborate with other like-minded individuals and explore new avenues in the field of web development.</p>
<p>Outside of web development, I enjoy reading books on finance and economics to stay up to date on the latest trends and news in the market. I also have a strong interest in app development and enjoy creating new and innovative solutions to everyday problems.</p>
</article>
<hr>
<article>
<h3>Contact</h3>
<ul>
<li><a href="https://www.linkedin.com/in/dovran-masharipov-454a83197/" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/Dovran01" target="_blank">GitHub</a></li>
</ul>
</article>
</main>
<footer>
<p id="bottom-text">© 2023 Dovran Thinkful</p>
</footer>
</body>
</html>