-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (68 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<title>Minimal Resume</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
</head>
<body>
<div>
<div id="header">
<h1>KUMAR ROHIT CHANDRA</h1>
<div class="list1">
<h3>B.TECH - ELECTRICAL ENGG. (1ST YEAR)</h3>
<h3>GRAPHIC DESIGNER</h3>
</div>
<div id="line"></div>
</div>
<div id="left">
<h2>SOFTWARES</h2>
<div class="list1">
<p>ADOBE PHOTOSHOP</p>
<p>ADVANCED</p>
<p>ADOBE ILLUSTRATOR</p>
<p>BASIC</p>
<p>GOOGLE SKETCHUP8</p>
<p>INTERMEDIATE</p>
<p>MICROSOFT OFFICE</p>
<p>ADVANCED</p>
</div>
<h2>SKILLS</h2>
<div class="list2">
<p>GRAPHIC DESIGN</p>
<p>WEB UI/UX DESIGN</p>
<p>INTERPERSONAL SKILLS</p>
<p>TEAMWORK</p>
</div>
<h2>CONTACT</h2>
<div class="list1">
<p>PHONE</p>
<p>7080479665</p>
<p>EMAIL ID</p>
<p>KRROHITCH@GMAIL</p>
<p>DESIGN PORTFOLIO</p>
<p>BE.NET/KRROHITCH</p>
</div>
</div>
<div id="right">
<h2>SUMMARY</h2>
<p>I have a creative head and have always been finding patterns in day-to-day objects and actions. My imagination soared freely but I couldn't find the canvas to lay it down and present it. Not long ago, I found that canvas for my imagination - Photoshop. It provided me the platform for putting down my imagination. Now, I am an enthusiatic learner of designing.</p>
<h2>OBJECTIVE</h2>
<p>Learn and work in the fields of designing and front-end. To develop my skills further towards designing and create innovative and original designs. Put my skills and interests to good use.</p>
<h2>EDUCATION</h2>
<div class="list3">
<p>Higher School Education(10th) - 2014</p>
<p>Intermediate School Education(12th) - 2016</p>
<p>CMS Gomti Nagar, Lucknow</p>
</div>
<h2>EXPERIENCE</h2>
<div class="list3">
<p>Graphic Designer</p>
<p>Google's Developer Group, JSS Noida</p>
<p>Nibble Computer Society</p>
</div>
</div>
<div id="footer"></div>
</div>
</body>
</html>