-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (54 loc) · 2 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My profile </title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@900&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="card-white" id="introduction">
<h1>Hello, I'm Zhenni!</h1>
<img src="images/Profile_Zhenni_Zhou.JPG" class="img-circle" width="100px" alt="Zhenni Zhou">
<p>Weclome to my profile :)</p>
<p>
" I am a ex financial consultant, currently studying web development at Le Wagon.
I co-founded a female health company, and I want to learn coding to manage my startup better."
</p>
<a href="#" class="btn-purple" http://www.frejac.com">Discover Frejac</a>
</div>
<div class="card-white">
<h2>FullStack Development</h2>
<p>
"I am learning to be a
<strong>FullStack Developer</strong>."
</p>
</div>
<div class="card-white">
<h2>Meditation</h2>
<p>
"I am passioante about
<strong>Meditation</strong>."
<p>
</div>
<div class="card-white">
<h2>Follow Me</h2>
<ul class="list-inline">
<li>
<a href="https://github.com/Zhenni-Z" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<li>
<a href="https://twitter.com/zhenni_zhou" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<li>
<a href="https://medium.com/@zhennizhou" target="_blank"><i class="fa-brands fa-medium"></i></a>
</ul>
</div>
<div>
</body>
</html>