-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (72 loc) · 3.42 KB
/
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
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
<!DOCTYPE html>
<html>
<head>
<title>Apple's</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel = "icon" href = "Apple.png" type = "image/x-icon">
<link rel="stylesheet" href="main.css" />
<link
href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css"
rel="stylesheet"
/>
</head>
<body>
<div class="wrapper">
<div class="parallax__group hero-container">
<div class="parallax__layer l1"></div>
<div class="parallax__layer l2"></div>
<div class="parallax__layer l3"></div>
<div class="parallax__layer l4"></div>
<div class="parallax__layer l5"></div>
<div class="parallax__layer l6"></div>
<div class="typewriter">
<p>HTML/CSS ✔
<br>Java ✔
<br>Python ✔
<br>Traditional art ✔
<br>Digital art ✔
</p>
</div>
<div class="parallax__layer hero-text">
<ul>
<li>GET TO KNOW ME   ⬇</a></li>
</ul>
<div class="intro-container">
<h1>Hi I'm Apple!</h1>
<h5>    A tech-art enthusiast.</h5>
</div>
</div>
</div>
<div class="parallax__group info-container">
<div id="subtitle">
<h5>About me.</h5>
</div>
<div class="parallax__layer links">
<ul>
<li><a href="https://drive.google.com/drive/folders/1E0sCDvKb8cbXniz3Rc8QEBxTth7hM0Vr?usp=share_link" target="_blank">PROJECTS</a></li>
<li><a href="https://www.canva.com/design/DAFNIACIno4/OAiBPwiDx0WUTHrwCSXhSg/view?utm_content=DAFNIACIno4&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink" class="btn" target="_blank">CV</a></li>
</ul>
</div>
<img src="Slide18.PNG" alt="my picture" />
<div class="text-container">
<h2>A tech-art enthusiast?</h2>
<p> Apple here! I'm a motivated and proactive computer science major with the love of art
keen to create and improve through new experiences, insights and opportunities.
<br>
<br>Hit "CV" or "PROJECTS" for more details!
</p>
</div>
<div class="social-container">
<a href="mailto: [email protected]" target="_blank"
><i class="icon ion-logo-google"></i
></a>
<a href="https://www.instagram.com/tarts_.4/" target="_blank"
><i class="icon ion-logo-instagram"></i
></a>
</div>
</div>
</div>
</body>
</html>