-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuploadphotos.html
43 lines (40 loc) · 1.95 KB
/
uploadphotos.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
<!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">
<title>UPLOAD PHOTOS</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!-- CSS only -->
<link href='https://fonts.googleapis.com/css?family=Permanent+Marker:400' rel='stylesheet' type='text/css'>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container-fluid">
<h1>UPLOAD PHOTOS</h1>
<h1>Save photos to a page!</h1>
<h1>Do you want to save an image found online? Copy and paste its URL onto the page.</h1>
<h3>Steps:</h3>
<ol>
<li>Copy a URL from online & paste into blue container.</li>
<li>Add photos to the page</li>
<li>Remove if you change your mind</li>
</ol>
<div class="menu-items">
<div id="about">
<button type="button" class="btn btn-light"> <a href="about.html" target="_blank"> ABOUT</a></button>
</div>
<div id="inspo">
<button type="button" class="btn btn-light"> <a href="inspo.html" target="_blank">INSPO</a></button>
</div>
<div class="connect">
<button type="button" class="btn btn-light"><a href="https://www.createrutina.com/" target="_blank">RUTINA SQUARED</a></button>
</div>
</div>
</div>
</body>
</html>