-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (174 loc) · 9.43 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NEGEVIAN - Graphic Designer</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="shortcut icon" type="image/png" href="img/favicon.ico"/>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1B1B2F" ,
icon: "#0F4C81",
button: "#FEF9EF",
}
}
}
}
}
</script>
<style type="text/tailwindcss">
@layer utilities {
.content-auto {
content-visibility: auto;
}
}
</style>
</head>
<body class="bg-brand">
<div class="container mx-auto px-2">
<div class="py-4 flex justify-center">
<nav class="flex justify-center space-x-4">
<a href="#" class="font-bold px-3 py-2 text-slate-50 rounded-lg hover:bg-slate-100 hover:text-slate-500">Home<span class="sr-only">(current)</span></a>
<a href="#portofolio" class="font-bold px-3 py-2 text-slate-50 rounded-lg hover:bg-slate-100 hover:text-slate-500">Portofolio</a>
<a href="#projects" class="font-bold px-3 py-2 text-slate-50 rounded-lg hover:bg-slate-100 hover:text-slate-500">Projects</a>
<a href="#contact" class="font-bold px-3 py-2 text-slate-50 rounded-lg hover:bg-slate-100 hover:text-slate-500">Contact</a>
</nav>
</div>
<section id="home">
<section class="text-white body-font">
<div class="container mx-auto flex px-5 py-19 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="title-font sm:text-5xl text-xl mb-2 font-bold text-white">Hello !!
<h1 class="title-font sm:text-5xl text-xl mb-4 font-bold text-white">I'm <font class="text-cyan-500">Negevian</font>
</h1>
<p class="mb-8 leading-relaxed">hi i'm rian, negevian is my cool name. I was born in Jakarta, Indonesia. I studied Adobe Photoshop in 2018 until now, and I just entered the programming world in 2021. I am the type of person who will be thirsty for knowledge and want to explore it. this is my web portfolio, and hopefully this year I get a client from my first commission.<br>Thank you for supporting me.</p>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center" alt="hero" src="img/logi.png">
</div>
</div>
</section>
</section>
<section id="portofolio">
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20 flex-col items-center text-center">
<h1 class="sm:text-2xl text-2xl font-medium title-font mb-2 text-white">PORTOFOLIO</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-gray-500">The following are some of the designs that i made.</p>
</div>
<div class="flex flex-wrap -mx-4 -mb-10 text-center">
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/15.jpg">
</div> </div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/16.jpg">
</div>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/17.jpg">
</div> </div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/18.jpg">
</div>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/19.jpg">
</div> </div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/20.jpg">
</div>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/22.jpg">
</div> </div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/23.jpg">
</div>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/21.jpg">
</div> </div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/28.jpg">
</div>
</div>
<div class="sm:w-1/4 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/24.jpg">
</div> </div>
<div class="sm:w-1/4 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/25.jpg">
</div>
</div>
<div class="sm:w-1/4 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/26.jpg">
</div> </div>
<div class="sm:w-1/4 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/27.jpg">
</div>
</div>
<div class="sm:w-1/4 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/29.jpg">
</div> </div>
<div class="sm:w-1/4 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="img/30.jpg">
</div>
</div>
</div>
</div>
</section>
</section>
<section id="projects">
<section class="px-5 mx-auto">
<div class="flex flex-wrap w-full mb-20 flex-col items-center text-center">
<h1 class="sm:text-2xl text-2xl font-medium title-font mb-2 text-white">PROJECTS</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-gray-500">the following are some psd files of the design that I will share with you.</p>
</div>
<a href="#" class="group block max-w-xs mx-auto rounded-lg p-6 bg-white ring-slate-900/5 shadow-lg space-y-3 hover:bg-sky-500 hover:ring-sky-500">
<div class="flex items-center space-x-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 19a2 2 0 01-2-2V7a2 2 0 012-2h4l2 2h4a2 2 0 012 2v1M5 19h14a2 2 0 002-2v-5a2 2 0 00-2-2H9a2 2 0 00-2 2v5a2 2 0 01-2 2z" />
</svg>
<h3 class="text-black group-hover:text-white text-sm font-semibold">Editing</h3>
</div>
<p class="text-slate-500 group-hover:text-white text-sm">cheers, you can do it!!!</p>
</a>
</section>
</section>
<section id="contact">
<section class="px-4 py-20 mx-auto">
<div class="flex flex-wrap w-full mb-6 flex-col items-center text-center">
<h1 class="sm:text-2xl text-2xl font-medium title-font mb-2 text-white">SOCIAL MEDIA</h1>
<p class="lg:w-1/2 w-full leading-relaxed text-gray-500">If you want to ask me something, you can contact me here.</p>
</div>
<div class="logo flex flex-row py-2 justify-center">
<a href="https://m.facebook.com/negevian.id"><img src="img/icons8-facebook.svg" class="pr-4" alt="Facebook" width="40" height="40"></a>
<a href="https://instagram.com/rianda_id"><img src="img/icons8-instagram.svg" class="pr-4" alt="Instagram" width="40" height="40"></a>
<a href="https://twitter.com/rianda_id"><img src="img/icons8-twitter.svg" class="pr-4" alt="Twitter" width="40" height="40"></a>
<a href="https://github.com/rndzx"><img src="img/icons8-github.svg" class="pr-4" alt="Github" width="40" height="40"></a>
</div>
</section>
</section>
</div>
</body>
</html>