-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
207 lines (174 loc) · 6.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<title>Phong Vu</title>
</head>
<body>
<header class="header">
<nav class="nav-bar container">
<div class="logo">
<a href="#"></></a>
</div>
<a href="javascript:void(0);" class="toggle-button ">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#porfolio">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</header>
<!-- welcome text with image -->
<section id="welcome" class="container">
<div class="text-box">
<p>I'm</p>
<h2>Phong Vu</h2>
<p>Dallas|TX</p>
<p class="leading">Front-End Developer </p>
<a href="#porfolio" class="button"> View My Work</a>
</div>
<div class="image-box">
<img src="./img/profile.png" alt="picture of me">
</div>
</section>
<!-- about me with image left -->
<section id="porfolio" class="container">
<div class="image-left">
<img src="./img/about.jpg" alt="some kinds of pic">
</div>
<div class="about-me">
<h3>About Me</h3>
<p>I have great experience in web development and solid knowlege of progamming languages. I am proficient
in: </p>
<ul class="list-languages">
<li>html</li>
<li>css</li>
<li>javascript</li>
<li>react</li>
<li>C#</li>
<li>SQL</li>
</ul>
<a href="./docs/Phong-Vu.pdf" class="button" download>Download CV</a>
</div>
</section>
<section id="projects" class="container">
<h3>My Projects</h3>
<div class="project-box ">
<a>
<img src="./img/project1.png" alt="food delivery project">
<h4>Food Delivery </h4>
</a>
<a>
<img src="./img/project2.png" alt="weather app project">
<h4>Weather App</h4>
</a>
<a>
<img src="./img/project3.png" alt="video search project">
<h4>Video Search App</h4>
</a>
</div>
</section>
<!-- skills -->
<section id="skills" class="container">
<h3>Technical skills</h3>
<div class="circle-container">
<div class="circle-box">
<div class="circle-shape css-value">
<svg transform="rotate(-90) translate(-20)">
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
</div>
<div class="number">
<h2>60<span>%</span></h2>
</div>
<div class="title">
<h4 class="text">css</h4>
</div>
</div>
<div class="circle-box">
<div class="circle-shape javascript-value">
<svg transform="rotate(-90) translate(-20)">
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
</div>
<div class="number">
<h2>80<span>%</span></h2>
</div>
<div class="title">
<h4 class="text">javascript</h4>
</div>
</div>
<div class="circle-box ">
<div class="circle-shape react-value">
<svg transform="rotate(-90) translate(-20)">
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
</div>
<div class="number">
<h2>65<span>%</span></h2>
</div>
<div class="title">
<h4 class="text">react</h4>
</div>
</div>
<div class="circle-box ">
<div class="circle-shape sql-value">
<svg transform="rotate(-90) translate(-20)">
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
</div>
<div class="number ">
<h2>70<span>%</span></h2>
</div>
<div class="title">
<h4 class="text">SQL</h4>
</div>
</div>
</div>
</section>
<!-- contact -->
<section id="contact">
<h3>Get In Touch</h3>
<p>Please send me an email at:</p>
<form>
<input type="text" placeholder="Name">
<input type="text" placeholder="Email">
<textarea name="" id="" cols="30" rows="7" placeholder="Your Message"></textarea>
<button class="button">Send</button>
</form>
</section>
<footer>
<p>Copyright© 2020 Coding, Inc.</p>
<ul>
<li class="icon">
<a href="https://github.com/doob09">
<img src="./img/gh_w.png" />
</a>
</li>
<li><a href="#"><img></a>
</li>
<li class="icon">
<a href="https://www.linkedin.com/in/phong-vu-458b88163/">
<img src="./img/in_w.png" /></a>
</li>
<li><a href="#"><img></a></li>
</ul>
</footer>
<script src=" app.js"></script>
</body>
</html>