-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 840 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 840 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="Style.css" type="text/css" />
</head>
<body>
<div class="rowfooter">
<button><a href="aboutme.html">About Me</a></button>
<button><a href="portfolio.html">Portfolio</a></button>
<button><a href="mailto:info@example.com?subject=subject&cc=cc@example.com"> Email Me </a></button>
<div>
<div class="row mid">
<h1 id= "word1">Carlos</h1>
<img class="headshot" src= oic.png>
<h2>Garcia</h2>
</div>
<img class="land" src= igg.jpg>
<div class="row aboutme">
<div class="rowcontact">
<button><a href= "https://github.com/CarlosG17">GitHub</a></button>
</div>
</body>
</html>