-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
45 lines (36 loc) · 1.82 KB
/
blog.html
File metadata and controls
45 lines (36 loc) · 1.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
</head>
<body class="bgall">
<header>
<div class="index">
<div class="item-navbar"> <a href="index.html">Home</a> </div>
<div class= "item-navbar"> <a href="about.html">About</a> </div>
<div class="item-navbar"> <a href="portfolio.html">Portfolio</a></div>
<div class="item-navbar"> <a href="blog.html">Blog</a></div>
<div class="item-navbar">A.S.Y ©</div>
</div>
</header>
<div class="holamundo"><h1>🌎HOLA MUNDO PHOTO DUMP🌎</h1></div>
<div class="about-me">
<a> <img src="img/madonna.JPG" alt="Madonna Inn and cake"class="blogphotosize"> </a>
<p class="textogithub">📍Location:San Luis Obispo,CA:HBD Mom! </p>
<a href=""> <img src="img/tokyo.jpg" alt="Street art Tokyo"class="blogphotosize"> </a>
<p class="textogithub">📍Location:Tokyo,Japan:Roaming the streets of Tokyo.</p>
<a href=""> <img src="img/Churros.png"alt=Translation: Delicious Churros class="blogphotosize"> </a>
<p class="textogithub">📍Location:La Magdalena,PV,MX: Foodie call.</p>
<a href=""> <img src="img/art.jpg" alt="Street art in LA"class="blogphotosize"> </a>
<p class="textogithub">📍Location:The ROW Dtla, LA,CA:Subliminal Messages for ADA?.</p>
<a href=""> <img src="img/artsy.JPG" alt="Beyond the Streets"class="blogphotosize"> </a>
<p class="textogithub">📍Location:LA,CA:Beyond the Streets pop-up.</p>
<a href=""> <img src="img/panzy.JPG" alt="My dog Panzer"class="blogphotosize"> </a>
<p class="textogithub">📍Location:LA,CA:Walking my dog Panzer.</p>
</div>
</body>
</html>