This repository was archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (150 loc) · 7.13 KB
/
index.html
File metadata and controls
175 lines (150 loc) · 7.13 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sayori Design</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="57x57" href="ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="ico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="ico/favicon-16x16.png">
<link rel="manifest" href="ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="ico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<img src="img/logo.png" alt="Sayori Design logo" class="logo">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#cta">Contact</a></li>
</ul>
</nav>
</header>
<section class="home-hero parallax--bg">
<div class="container">
<h1 class="title">Hobby Artist with focus on Illustration and Design
</h1>
<a href="#portfolio" class="button button-accent">See my work</a>
</div>
</section>
<div class="container">
<section id="about" class="home-about">
<div class="home-about-textbox parallax--box">
<h1>Who am I?</h1>
<p>First of all hi and welcome to my website! I'm Jasmin but you can find me online under the pseudonym Sayori. My journey as an artist started when I was a just child. Attending painting classes in my early teens and inspirations by cartoons, video games and Japanese pop culture finally brought my passion for art and design to life. Since then I've been working on private projects as well as commission work for classmates, friends and accquaintances.</p>
<p>My focus used to be on illustrations only, but I wasn't satisfied with that. Therefore, the wish for a broader skillset motivates me to develop and improve my graphic design and visual communication skills, which is initially one of many reasons why I aspire to become a graphic designer. </p>
</div>
</section>
</div>
<section id="portfolio" class="portfolio">
<h1>Some of my works</h1>
<!-- portfolio item 01 -->
<figure class="port-item">
<img src="img/portfolio-01.jpg" alt="portfolio item">
<figcaption class="port-description">
<p>Letterpaper and Stationery</p>
<a href="files/xmas_letterpaper_progress.pdf" target="_blank" class="button button-accent button-small">See More</a>
</figcaption>
</figure>
<!-- portfolio item 02 -->
<figure class="port-item">
<img src="img/portfolio-02.jpg" alt="portfolio item">
<figcaption class="port-description">
<p>T-Shirt Design</p>
<a href="files/Summer_Dream_Tshirt_Process.pdf" target="_blank" class="button button-accent button-small">See More</a>
</figcaption>
</figure>
<!-- portfolio item 03 -->
<figure class="port-item">
<img src="img/portfolio-03.jpg" alt="portfolio item">
<figcaption class="port-description">
<p>Anime-Style Illustrations</p>
<a href="files/Livia_Dullahan_Commission_Project_Progress.pdf" target="_blank" id="button" class="button button-accent button-small">See More</a>
</figcaption>
</figure>
<!-- portfolio item 04 -->
<figure class="port-item">
<img src="img/portfolio-04.jpg" alt="portfolio item">
<figcaption class="port-description">
<p>Corporate Identity Design</p>
<a href="files/FRANK_styleguide_v1.pdf" target="_blank" class="button button-accent button-small">See More</a>
</figcaption>
</figure>
<!-- portfolio item 05 -->
<figure class="port-item">
<img src="img/portfolio-05.jpg" alt="portfolio item">
<figcaption class="port-description">
<p>Private Projects</p>
<a href="files/private_projects.pdf" target="_blank" class="button button-accent button-small">See More</a>
</figcaption>
</figure>
<!-- portfolio item 06 -->
<figure class="port-item">
<img src="img/portfolio-06.jpg" alt="portfolio item">
<figcaption class="port-description">
<p>School Project</p>
<a href="files/school_project_grafitti.pdf" target="_blank" class="button button-accent button-small">See More</a>
</figcaption>
</figure>
</section>
<section id="cta" class="cta">
<div class="container">
<h1 class="title title-cta">Like what you see?
<span>Then what are you waiting for?</span>
</h1>
<a href="mailto:contact@sayori.design" class="button button-dark">Contact me!</a>
</div>
</section>
<footer>
<div class="container">
<div class="col-3">
<p>Made by Jasmin Iljuschin</p>
</div>
<div class="col-1">
<ul class="unstyled-list">
<li><strong>Social Media</strong></li>
<li><a href="https://www.linkedin.com/in/jasmin-iljuschin/" target="_blank">LinkedIn</a></li>
<li><a href="https://www.behance.net/sayoriartdesign" target="_blank">Behance</a></li>
<li><a href="https://www.instagram.com/sayori.design/" target="_blank">Instagram</a></li>
<li><a href="https://www.xing.com/profile/Jasmin_Iljuschin/cv" target="_blank">Xing</a></li>
</ul>
</div>
<div class="col-1">
<ul class="unstyled-list">
<li><strong>More links</strong></li>
<li><a href="privacy.html" target="_blank">Privacy</a></li>
<li><a href="imprint.html" target="_blank">Imprint</a></li>
<li></li>
</ul>
</div>
<div class="col-1">
<ul class="unstyled-list">
<li><strong>Jump to...</strong></li>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">My Works</a></li>
</ul>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"></script>
<script src="app.js"></script>
</body>
</html>