-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (56 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>My Portfolio</title>
</head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>My Portfolio</title>
</head>
<body>
<header>
<h1>Александр's Portfolio</h1>
<nav>
<a href="#about">About Me</a>
<a href="#projects">Projects</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
</nav>
</header>
<main>
<section id="about">
<h2>About Me</h2>
<p>Hi, I'm Александр, an experienced Business Intelligence Solutions Engineer with a passion for data and expertise in Tableau, Power Platform, Automation, AI, Credit Analysis, and Data Visualization. With 5+ years of experience in this field, I have a proven track record of managing projects, leading sales efforts, and coaching other engineers and colleagues.</p>
</section>
<section id="experience">
<h2>Experience</h2>
<p>10 years</p>
<p>Business Intelligence Solutions Engineer Jr</p>
<p>Flint, Michigan, United States</p>
<!-- Add your experience items here -->
</section>
<section id="education">
<h2>Education</h2>
<p>University of Michigan-Flint</p>
<p>Finance & Economics</p>
<p>August 2021 - August 2023</p>
<!-- Add your education items here -->
</section>
<section id="projects">
<h3>Projects</h3>
<div class="projects-container">
<!-- JavaScript will populate the projects here -->
</div>
</section>
</main>
<footer>
<p>© 2023 Александр. All rights reserved.</p>
</footer>
<script src="scripts.js"></script>
</body>
</html>