-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (194 loc) · 9.65 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!--JQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous">
</script>
<!--CDN -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Font style -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Potta+One&family=Roboto+Slab&display=swap" rel="stylesheet">
<!-- Local CSS -->
<link rel="stylesheet" href="./public/assets/CSS/styles.css">
<title>Portfolio</title>
</head>
<body>
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<div class="jumbotron">
<h1 class="display-4">Hello! My name is Enxhi.</h1>
<p class="lead">This is my Portfolio!</p>
<hr class="my-4">
<a target="_blank" class="btn btn-outline-light" href="./public/assets/Resume/Resume.pdf" role="button">Learn
more</a>
</div>
<div class="container bio-container">
<div class="card">
<div class="card-body">
<img class="profile-img" src="./public/assets/Images/profile-img.jpg" alt="profile image">
<h5 class="card-title bio-text">This is a bit about me!</h5>
<div>
<p class="card-text bio-text">My name is Enxhi Salaj. I know a lot of people experience difficulties
with my
name,
but
it is pronounced as Angie. I am currently based in Sterling Heights Michigan where
I am learning full-stack web development through Michigan State University and
taking
college classes at Macomb Community
College. I am graduated from the University of Oslo in Norway with a Bachelor of
Science
in
Informatics in December 2019.
</p>
<p class="card-text bio-text">
I can program in Python, Java, Lisp, and JavaScript, and I have a good knowledge of SQL and
relational databases.
My hobbies? Besides staying in front of the screen, I love sports and walking. I can
paint and draw as I have taken classes in figurative arts for 9 years. I enjoy
reading philosophy.
My mother language is Albanian, but I am fluent in other languages like English,
Norwegian, Swedish, Italian, and some French too.
</p>
</div>
</div>
</div>
</div>
<!-- TESTIMONIALS HERE -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/assets/owl.carousel.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css" rel="stylesheet">
<section class="testimonial-section">
<div class="large-container">
<div class="sec-title">
<span class="title">Testimonials</span>
<h2>What project graders think about my work?</h2>
</div>
<div class="testimonial-carousel owl-carousel owl-theme">
<div class="testimonial-block">
<div class="inner-box">
<div class="text">Your UI is extremely polished and clean, and your repo is really well
organized. Keep up the great work!
</div>
<div class="info-box">
<h4 class="name">Central Grader</h4>
<span class="designation">MSU Coding Bootcamp</span>
</div>
</div>
</div>
<div class="testimonial-block">
<div class="inner-box">
<div class="text">Fantastic display of the current date. Impressive data persisting with
localStorage. Very nice complete README. Keep up the awesome work, and happy coding!</div>
<div class="info-box">
<h4 class="name">Central Grader</h4>
<span class="designation">MSU Coding Bootcamp</span>
</div>
</div>
</div>
<div class="testimonial-block">
<div class="inner-box">
<div class="text">Great job Enxhi! Your application demonstrates an impressive command of
javascript through the use of async functions, switch case statements, and other features.
Keep up the hard work!</div>
<div class="info-box">
<h4 class="name">Central Grader</h4>
<span class="designation">MSU Coding Bootcamp</span>
</div>
</div>
</div>
<div class="testimonial-block">
<div class="inner-box">
<div class="text">Fantastic command line flow. Excellent file generation based on user input.
Solid demo video, though it demonstrates only the command line flow, and not the generated
file. Wonderful markdown formatting, especially the table of contents and badge. Keep up the
awesome work, and happy coding!</div>
<div class="info-box">
<h4 class="name">Central Grader</h4>
<span class="designation">MSU Coding Bootcamp</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END TESTIMONIALS -->
<!-- Footer starts here -->
<footer>
<div class="container footer-container">
<div class="row text-center">
<div class="col-md-6 col-sm-6 col-xs-12">
<ul class="list-inline">
<li>
<h3 id="contact" style="color: #D7D9D9; font-family: 'Potta One', cursive;"> Contact me</h3>
</li>
<li>
<a target="_blank" href="https://github.com/Enxhis"><i class="fa fa-github fa-2x">
GitHub</i></a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/enxhi-salaj-09a859173/"><i
class="fa fa-linkedin fa-2x"> LinkedIn</i></a>
</li>
<li>
<a target="_blank" href="mailto:enxhi_salaj@yahoo.com" class="fa fa-yahoo fa-2x">
enxhi_salaj@yahoo.com</a>
</li>
<li>
<a href="#" class="fa fa-phone fa-2x"> +1 (248) 854-7336</a>
</li>
</ul>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<ul class="menu list-inline">
<li>
<a class="fa fa-home" href="index.html"> Home</a>
</li>
<li>
<a class="fa fa-file" target="_blank" href="./public/assets/Resume/Resume.pdf"> Resume</a>
</li>
<li>
<a class="fa fa-briefcase" href="portfolio.html"> Portfolio </a>
</li>
<li>
<a class="fa fa-address-book" href="#contact"> Contact</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="copyright">
<div class="container">
<div class="row text-center">
<p class="copyright-txt">~ Enxhi Salaj © 2021 ~</p>
</div>
</div>
</div>
<!-- Footer ends here -->
<!-- Links to the script -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/owl.carousel.js"></script>
<script type="text/javascript" src="./public/assets/JS/index.js"></script>
</body>
</html>