-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
296 lines (289 loc) · 10.7 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="img/developer.png" />
<title>My Portfolio</title>
</head>
<body>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span>P</span>urnama<span> A</span>nugrah</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li>
<a href="#technologies" data-after="Technology">Technology</a>
</li>
<li><a href="#projects" data-after="Projects">Projects</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Purnama <span></span></h1>
<a href="#projects" type="button" class="cta">Portfolio</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- Service Section -->
<section id="technologies">
<div class="technologies container">
<div class="technology-top">
<h1 class="section-title">Tech<span>no</span>logy</h1>
<p>
For technology i use full javascript technology such a MongoDb for
database, Express.Js for node framework, React.Js for front-end, and
the last is Node.Js for server side.
</p>
</div>
<div class="technology-bottom">
<div class="technology-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/services.png"
/>
</div>
<h2>MongoDb</h2>
<p>
I use mongodb for store any data using json format. mongoDB comes
in json documents created in front-end can be sent to the
express.js server, where they can be processed, stored directly in
mongodb.
</p>
</div>
<div class="technology-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/services.png"
/>
</div>
<h2>Express.Js</h2>
<p>
with Express.js i used to be handle CRUD operation in server side.
With express i can choose and create so easily my own methods and
middleware and creating a robust API quick.
</p>
</div>
<div class="technology-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/services.png"
/>
</div>
<h2>React.Js</h2>
<p>
React.js is javacript library so, i don't need move to another
language to learn for fron-end. beside im using react.js that
because react.js is more easier than other frameworks such an
angular.
</p>
</div>
<div class="technology-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/services.png"
/>
</div>
<h2>Node.Js</h2>
<p>
I using Node.js for build server side and desinged build scalable
network aplications. I do CRUD operations with Node.js, close
files on the server and lastly modify data from database.
</p>
</div>
</div>
</div>
</section>
<!-- End Service Section -->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>This Portofolio</h2>
<p>
I build this portoflio for submiting to company where in order
the reqruiter can see my show's in detail. Like About me, my
technology what im learn, and my previous project what i did as
long i become self=tough and freelance.
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img" />
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>MERN Tech</h2>
<p>
Me and my team we build a website using MERN stack. Especially
for me and some my friends handle for server side. Start here,
we begins from design a gibberish pattern how CRUD operations
will goes and then we dividing task to working it with somebody
master it. Because i'm preffer to work with database using
mongoDB and sometimes i write a middleware too using express.js
framework so i take this task. I do love work with the front-end
to especially in react and still learning to master it.
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img" />
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>React To Do List</h2>
<p>
I made this app just for increase my experience using
react.Simple to do list with react technology, where all item
made from array. When item got deleted from list, item will out
from array, another item will replace that item index before.
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img" />
</div>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="./img/myPP.jpg" alt="img" />
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Back-End Developer</h2>
<p>
Hi, im Purnama but you can call me Nunu. im a Back-End developer who
previously work as freelance. i used to be work with my team. we
build like basic or simple and sometime we build complex website
with full javascript technology such a React.Js for front-end and
Node.js and Express.Js for the server side. perhaps im a graduate
major pyschology, but in the last 3 years i were learn to code with
full effort. i eager to to work with who same passion like me where
i can call them as a mentor, as a trigger to make me become a
proffesional web devloper and extends my knowledge as web devloper
</p>
<a href="https://github.com/pooorj/My-Resume" class="cta"
>My Resume</a
>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon">
<img src="https://img.icons8.com/bubbles/100/000000/phone.png" />
</div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+62 818 1894 8484</h2>
<h2>+62 853 3361 1203</h2>
</div>
</div>
<div class="contact-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/new-post.png"
/>
</div>
<div class="contact-info">
<h1>Email</h1>
<h2>[email protected]</h2>
<h2>[email protected]</h2>
</div>
</div>
<div class="contact-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/map-marker.png"
/>
</div>
<div class="contact-info">
<h1>Address</h1>
<h2>Karangmenjangan. Gang II No. 24, Mojo, Surabaya</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span>P</span>urnama <span>A</span>nugrah</h1>
</div>
<h2>Your Back-End Solution</h2>
<div class="social-icon">
<div class="social-item">
<a href="#"
><img
src="https://img.icons8.com/bubbles/100/000000/facebook-new.png"
/></a>
</div>
<div class="social-item">
<a href="#"
><img
src="https://img.icons8.com/bubbles/100/000000/instagram-new.png"
/></a>
</div>
<div class="social-item">
<a href="#"
><img src="https://img.icons8.com/bubbles/100/000000/twitter.png"
/></a>
</div>
<div class="social-item">
<a href="#"
><img src="https://img.icons8.com/bubbles/100/000000/behance.png"
/></a>
</div>
</div>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
</body>
</html>