-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
65 lines (46 loc) · 2.27 KB
/
about.html
File metadata and controls
65 lines (46 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NursaidKamilli</title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="spinner.css">
<script src="script.js"></script>
</head>
<body>
<div class="lds-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<img class= "logowebsite" src="logowebsite.png" alt= /img>
</ul>
</nav>
<section class="about">
<div class="main">
<img class="photo2" src="photo2.svg" alt="photo2">
<div class="about-text">
<h1 class = "intro">Who am I ?</h1>
<h5 class = "intro2">Programmer & Cybersecurity consultant</h5>
<p class="main-text">
I'm passionate about programming and cybersecurity, with a strong determination to build a career in the cybersecurity field.
When I'm not immersed in the world of technology, you can find me engrossed in books, shooting hoops on the basketball court,
or exploring the limitless possibilities of my computer.
I'm currently pursuing my education at the University of Languages in Baku, Azerbaijan,
but I've also received acceptance letters from universities like Arizona State University.
My ultimate goal is to become an expert cybersecurity consultant, pentester, and analyst, ensuring the digital world remains safe and secure.
</p>
<a href="https://SumVir.github.io/MyWebsite/contact.html">
<button class="button"type="button">Let's Talk</button>
</a>
</div>
</div>
</section>
<footer class="footer">
<p>© 2023 NursaidKamilli</p>
<a href="https://www.linkedin.com/in/nursaid-kamilli" target="_blank">Contact me</a>
</footer>
</body>
</html>