-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (200 loc) · 7.39 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--=============== FAVICON ===============-->
<link
rel="shortcut icon"
href="assets/img/favicon.png"
type="image/x-icon"
/>
<!--=============== REMIXICONS ===============-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.4.0/remixicon.css"
crossorigin=""
/>
<!--=============== CSS ===============-->
<link rel="stylesheet" href="style.css" />
<title>My Tran</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
<span class="nav__logo-circle">M</span>
<span class="nav__logo-name">My Tran</span>
</a>
<div class="nav__menu" id="nav-menu">
<span class="nav__title">Menu</span>
<h3 class="nav__name">My</h3>
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About Me</a>
</li>
<li class="nav__item">
<a href="#projects" class="nav__link">Projects</a>
</li>
</ul>
<!--Close button-->
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<div class="nav__buttons">
<!--Theme button-->
<i class="ri-moon-line change-theme" id="theme-button"></i>
<!--Toggle button-->
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-4-line"></i>
</div>
</div>
</nav>
</header>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">
<div class="home__container container grid">
<h1 class="home__name">My Tran</h1>
<div class="home__perfil">
<div class="home__image">
<img src="pictures/me.jpg" alt="image" class="home__img" />
</div>
<div class="home__social">
<a
href="https://www.linkedin.com/in/my-t-648056167/"
target="_blank"
class="home__social-link"
>
<i class="ri-linkedin-box-fill"></i>
</a>
<a
href="https://github.com/mktr4n"
target="_blank"
class="home__social-link"
>
<i class="ri-github-fill"></i>
</a>
</div>
</div>
<div class="home__info">
<p class="home__description">
A software engineer with specializing in <b>Computing Systems</b> at
Georgia Institute of Technology. With a strong focus on quality
and precision, I leverage my expertise in back-end development. My
toolkit includes Python, Java, and C/C++.
</p>
<a href="#projects" class="home__scroll">
<div class="home__scroll-box">
<i class="ri-arrow-down-s-line"></i>
</div>
<span class="home__scroll-text">Scroll Down</span>
</a>
</div>
</div>
</section>
<!--==================== ABOUT ====================-->
<section class="about section" id="about">
<div class="about__container container grid">
<h2 class="section__title-1">
About Me
</h2>
<div class="about__perfil">
<div class="about__image">
<img src="pictures/me.jpg" alt="image" class="about__img">
</div>
</div>
<div class="about__info">
<p class="about__description">
Passion about creating <b>Projects</b>. I have experience with clients and in the industry where people are happy with my work.
</p>
<ul class="about__list">
<li class="about__item">
<b>My Skills Are:</b> HTML, CSS, JavaScript, React, Git & GitHub, BootStrap, Flutter & Figma.
</li>
</ul>
<div class="about__buttons">
<a href="#resume" class="button">Resume</a>
</div>
</div>
</div>
</section>
<!--==================== PROJECTS ====================-->
<section class="projects section" id="projects">
<h2 class="section__title-1">
<span>Projects</span>
</h2>
<div class="projects__container container grid">
<article class="projects__card">
<div class="projects__image">
<img src="pictures/project1.png" alt="image" class="projects__img" />
<a
href="https://github.com/mktr4n/DreamTeam"
class="projects__button button"
>
<i class="ri-arrow-right-up-line"></i>
</a>
</div>
<div class="projects__content">
<h3 class="projects__subtitle">Website</h3>
<h2 class="projects__title">Travel Blog</h2>
<p class="projects__description">
Project that you carry out in the design and structure of the
layout, showing the design at the client's request.
</p>
</div>
<div class="projects__buttons">
<a
href="https://github.com/mktr4n/DreamTeam"
target="_blank"
class="projects__link"
>
<i class="ri-github-line"></i> View
</a>
</div>
</article>
<!-- <article class="projects__card">
<div class="projects__image">
<img src="pictures/me.jpg" alt="image" class="projects__img" />
<a
href="https://github.com/mktr4n/DreamTeam"
class="projects__button button"
>
<i class="ri-arrow-right-up-line"></i>
</a>
</div>
<div class="projects__content">
<h3 class="projects__subtitle">Website</h3>
<h2 class="projects__title">Travel Blog</h2>
<p class="projects__description">
Project that you carry out in the design and structure of the
layout, showing the design at the client's request.
</p>
</div>
<div class="projects__buttons">
<a
href="https://github.com/mktr4n/DreamTeam"
target="_blank"
class="projects__link"
>
<i class="ri-github-line"></i> View
</a>
</div>
</article> -->
</div>
</section>
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-s-line"></i>
</a>
<!--=============== SCROLLREVEAL ===============-->
<script src="scrollreveal.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="script.js"></script>
</body>
</html>