-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (66 loc) · 2.28 KB
/
Copy pathindex.html
File metadata and controls
72 lines (66 loc) · 2.28 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>IVA STUDIOS</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="assets/css/reset.css" />
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css" />
</head>
<body>
<title>IVA STUDIOS</title>
<div class="card-column">
<header class="main-header">
<img src="assets/images/IMG_4725.jpg" alt="Iva" width="150" height="150" />
<title>IVA STUDIOS</title>
<h1>IVA STUDIOS</h1>
<div>
<div> IVA RADIC</div>
<div>IVA416@GMAIL.COM</div>
<div>(416) 621-1110</div>
</div>
<h2><a href="">About Me</a></h2>
<h3><a href="">Contact</a></h3>
</content>
</header>
<main>
<section class="" row-justify-center">
</section>
<section class="card">
<header>PROJECT 1</header>
<description>Front-end Application </description>
<img src="assets/images/Project1.png" alt="lambo" width="400" height="200" />
</section>
</section>
<section class="card">
<header>PROJECT 2</header>
<description>Full-stack Application</description>
<img src="assets/images/Project2.png" alt="Project2" width="400" height="200" />
</section>
<section class="card">
<header>PROJECT 3</header>
<description>Game Design</description>
<img src="assets/images/GameDesign.jpeg" alt="Game Design" width="400" height="200" alt=video game screen />
</section>
<section class="card">
<header>PROJECT 4</header>
<description>Online Store</description>
<img src="assets/images/Onlinestore.jpeg" alt="Online Store" width="400" height="200" />
</section>
<section class="card">
<header>PROJECT 5</header>
<description>Blog</description>
<img src="assets/images/blog.jpeg" alt="Blog" width="400" height="200" />
</section>
<section class="card">
<header> PROJECT 6</header>
<description>Forms</description>
<img src="assets/images/Form.jpeg" alt="Form" width="400" height="200" />
</div>
</section>
</section>
</section>
</main>
<footer> Made with Love by Iva ⓒ 2022</footer>
</body>
</html>