-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (68 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta name="description" content="Creator info" />
<title>Leonardo Lopez Jr.</title>
<link
rel="stylesheet"
type="text/css"
href="leonardoprofessionalCSS/style.css"
/>
</head>
<body>
<div class="Header">
<img
src="leonardoprofessionalPictures/logo.PNG"
alt="logo"
style="width: 300px; height: 75px"
/>
<div>
<a class="navButton" href="index.html"><b>home</b></a>
</div>
<div>
<a class="navButton" href="math.html"><b> math </b></a>
</div>
<div>
<a class="navButton" href="engineering.html"><b> engineering </b></a>
</div>
<div>
<a class="navButton" href="coding.html"><b> coding </b></a>
</div>
<div>
<button class="btn-primary">
<a href="#"><b> contact me </b></a>
</button>
</div>
</div>
<div class="mainPage">
<div class="picture">
<img
src="leonardoprofessionalPictures/pictureOfLeo.PNG"
alt="Leo"
height="300px;"
/>
</div>
<div class="bio">
<h1>About me</h1>
<br />
<p class="bio-text">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, tempore
consectetur? Saepe inventore vel dolorem ipsam, neque maxime
necessitatibus, quasi animi officia alias quis vero cum quam accusamus
ipsum ad!
</p>
</div>
</div>
<footer class="footer">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</footer>
</body>
</html>