-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (82 loc) · 4.96 KB
/
index.html
File metadata and controls
86 lines (82 loc) · 4.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bahruz Huseynov - Portfolio </title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand text-uppercase fw-bold" href="index.html">Home</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav w-100">
<li class="nav-item">
<a class="nav-link text-uppercase fw-bold" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase fw-bold" href="education.html">Education</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase fw-bold" href="certificates.html">Certificates</a>
</li>
</ul>
</div>
</nav>
<div class="row h-100">
<!-- 80% Column -->
<div class="col-8 d-flex flex-column">
<h1 style="margin-top: 70px;">Hello <i class="fa-regular fa-hand"></i></h2>
<h1>I am Bahruz Huseynov</h1>
<br>
<div style="text-align: justify; font-size: 20px;" >
I am an AI Engineer with a strong passion for data-driven solutions.
I love exploring how artificial intelligence and data science can solve real-world problems.
With a solid foundation in data science, machine learning and deep learning,
I specialize in building intelligent systems and solve complex problems in diverse industries.
Beyond technical skills, I am committed to continuous learning and applying cutting-edge technologies to create value from data.
<br> <br>
I believe in the power of collaboration and innovation, and I'm always open to new ideas, projects, and opportunities.
</div> <br>
<div class="d-flex justify-content-center gap-3 mt-2">
<i class="fa-solid fa-at"></i> <i> bahruzhuseynov.business@gmail.com </i>
</div>
<div class="d-flex flex-wrap gap-3 mt-4">
<a href="https://github.com/BahruzHuseynov/Portfolio/blob/main/documents/Bahruz_Huseynov__CV.pdf">
<button type="button" class="btn btn-outline-dark px-4 py-2" style="font-size: 20px;">Resume</button>
</a>
<a href="a">
<button type="button" class="btn btn-outline-dark px-4 py-2" style="font-size: 20px;">Contact</button>
</a>
</div>
</div>
<!-- 20% Column -->
<div class="col-4 d-flex justify-content-center align-items-center">
<div class="text-center" style="margin-top: 100px; margin-bottom: 30px;">
<img src="https://media.istockphoto.com/id/1682296067/photo/happy-studio-portrait-or-professional-man-real-estate-agent-or-asian-businessman-smile-for.jpg?s=612x612&w=0&k=20&c=9zbG2-9fl741fbTWw5fNgcEEe4ll-JegrGlQQ6m54rg="
alt="profile picture" class="rounded-circle" width="300px">
<br><br>
<div class="mt-3">
Follow Me <br>
<div class="d-flex justify-content-center gap-3 mt-2">
<a href="https://www.linkedin.com/in/bahruzhuseynov/" target="_blank"><i class="fa-brands fa-linkedin fa-3x" style="color: #704C12;"></i></a>
<a href="https://github.com/BahruzHuseynov" target="_blank"><i class="fa-brands fa-github fa-3x" style="color: #704C12;"></i></a>
<a href="https://www.facebook.com/bahruz.huseynov.397" target="_blank"><i class="fa-brands fa-facebook fa-3x" style="color: #704C12;"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/projects.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>