-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpictures.html
28 lines (27 loc) · 1.07 KB
/
pictures.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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head><link rel="Stylesheet" href="style.css" /> </head>
<!-- Side navigation -->
<div class="sidenav">
<a href="index.html">About</a>
<a href="pictures.html">Pictures</a>
</div>
<div class="main">
</div>
<body>
<h1> Hey! I'm Holly </h1>
<p> I also really like to take pictures with my Google Pixel</p>
<h2> here are some pictures from around my home state of Vermont</h2>
<div class="column">
<img src="https://cloud-nwvd9a7mp-hack-club-bot.vercel.app/0pxl_20220611_204425251.night__1_.jpg" alt="Garden" style="width:100%">
</div>
<div class="column">
<img src="https://cloud-8j7t3izoo-hack-club-bot.vercel.app/0image000005.jpg" alt="Mountaintop" style="width:100%">
</div>
<div class="column">
<img src="https://cloud-qiywzf4lt-hack-club-bot.vercel.app/0image000001.jpg" alt="Moss" style="width:100%">
</div>
<div class="column">
<img src="https://cloud-fqwpbh775-hack-club-bot.vercel.app/0image000009.jpg" alt="Fungus" style="width:100%">
</div>