-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (19 loc) · 1007 Bytes
/
index.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
<!DOCTYPE html>
<html>
<body>
<h1> Welcome to Soya's Website!
<img src="https://raw.githubusercontent.com/swof44/swof44.github.io/master/icon.png" alt="icon" style="width:100px;height:100px;</h1>
<!--I couldn't figure out how to post the icon image before the text in my h1 tag ABOVE"-->
<!--transform: rotate(90deg);"-->
<p>I'm hosted with GitHub Pages.</p>
(Before)
<br>
<img src="https://github.com/swof44/swof44.github.io/blob/master/swof44Logo.jpg?raw=true" alt="BEFORE banner" style="width:1000px;height:400px;">
<br><br>
(After)
<br>
<img src="https://github.com/swof44/swof44.github.io/blob/master/Logo(after).jpg?raw=true" alt="AFTER banner" style="width:1000px;height:400px;">
<br><br><br>
<img src="https://github.com/swof44/swof44.github.io/blob/master/assignment2Part2.jpg?raw=true" alt="photo 1" style="width:2550px;height:3000px;">
</body>
</html>