-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
122 lines (118 loc) · 3.88 KB
/
index1.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="header">
<div class="first">Steampunk</div>
<div class="secon">
<div>Home</div>
<div>Portfolio</div>
<div>About</div>
<div>Contact</div>
</div>
</div>
<div class="content">
<p class="text">Explore My Creations</p>
<div class="first-image">
<img src="image copy.png" alt="Main Image">
</div>
<div class="image-grid">
<div>
<img class="photo" src="second.png" alt="Mechanical Marvel">
<p>Mechanical Marvel</p>
<a>Art</a>
</div>
<div>
<img class="photo" src="third.png" alt="Victorian Visions">
<p>Victorian Visions</p>
<a>Photography</a>
</div>
<div>
<img class="photo" src="fouth.png" alt="Industrial Inspirations">
<p>Industrial Inspirations</p>
<a>Design</a>
</div>
<div>
<img class="photo" src="five copy.png" alt="Clockwork Creations">
<p>Clockwork Creations</p>
<a>Crafts</a>
</div>
<div>
<img class="photo" src="sixth.png" alt="Steam-Powered Stories">
<p>Steam-Powered Stories</p>
<a>Writing</a>
</div>
<div>
<img class="photo" src="seventh.png" alt="Gothic Gears">
<p>Gothic Gears</p>
<a>Sculpture</a>
</div>
<div>
<img class="photo" src="eight.png" alt="Retro-Futuristic Realms">
<p>Retro-Futuristic Realms</p>
<a>Illustrations</a>
</div>
<div>
<img class="photo" src="nineth.png" alt="Brass Bound Books">
<p>Brass Bound Books</p>
<a>Binding</a>
</div>
<div >
<img class="photo" src="tenth.png" alt="Chimney Sweeps">
<p >Chimney Sweeps</p>
<a>Painting</a>
</div>
</div>
<h2>I am an artist inspired by the
fusion of Victorian elegance and
industrial innovation. My work blends the charm of the past with
the fantasy of steam-powered futures
</h2>
</div>
<div class="footer" style="font-size:35px;">
<p class="contactme">Contact Me</p>
<div class="last" style="font-size:35px;" >
<div>
<p>Type of Work</p>
<p>Art</p>
<p>Design</p>
<p>Photography</p>
</div>
<div>
<p>Team</p>
<p>Lydia Chatterton</p>
<p>Edison Gerahart</p>
</div>
<div>
<p>Date</p>
<p>2024</p>
</div>
</div>
</div>
<div class="details" style="margin-top:40px;">
<div class="items">
<strong style="font-size:28px; font-weight:400px; line-height: 32px;">Get in Touch</strong><br>
<a style="font-size:26px; font-weight:500px;">Fill out form below to reach out to me.</a>
<div class="score">
<div>0</div>
<div>0</div>
<div>0</div>
<div>0</div>
<div>0</div>
</div>
<input type="submit">
<br>
<a>Skip</a>
</div>
</div>
<div class="bottom">
<div class="pagelinks">2023 Steampunk Portfolio</div>
<div class="buttonlarge">Contact</div>
</div>
</body>
</html>