-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (101 loc) · 4.78 KB
/
Copy pathindex.html
File metadata and controls
107 lines (101 loc) · 4.78 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
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<title>My Portfolio</title>
<link rel="stylesheet" href="index.css">
</head>
<body class="parent">
<div>
<!--First Row begins -->
<div class="h3">
<h3>About me...</h3>
</div>
<!--First Row ends-->
<!--Second Row begins-->
<div class="parent1">
<div class="item">
<div><img src="formal pic.jpg" class="icon"></div>
<div class="h2"><h2>Riya</h2></div>
</div>
<div class="item">
<p style="color:grey; font-family:sans-serif">I originally belong to Jaipur, Rajasthan. I did my schooling from GR Global Academy and it was here only that my interest started developing towards Web Development. We were taught HTML from 8th standard onwards. I am fond of creating webpages since then. I scored 8.8 CGPA in Secondary and 78.4% in Senior Secondary.
<br><br>
I have done graduation in Bachelor's of Technology in Computer Science from Lovely Professional Unviersity, Phagwara Punjab. My CGPA is 8.16. I took my minor as Management Fundamentals where I learnt about basics of subjects like Human Resource Management, Marketing Fundamentals, Financial Management and Financial Accounting.<br>
<br>
In my spare time, I like sketching and listening to music.
I am "always ready to travel" kind of person.
</p>
</div>
</div>
<!--Second Row ends-->
<!--Third Row begins -->
<div>
<hr style="color:grey; height:1px; width:40%">
<h1 class="h1">Areas of Interest</h1>
<hr style="color:grey; height:1px; width:40%">
</div>
<!--Third Row ends -->
<!--Fourth Row begins -->
<div class="parent1">
<div class="logo">
<div><img src="MongoDb.jpg" class="logoMongo"></div>
<div class="logoContent"><br>MongoDb</div>
</div>
<div class="logo">
<div><img src="ExpressJS.jpg" class="logoExpress"></div>
<div class="logoContent"><br>Express JS</div>
</div>
<div class="logo">
<div><img src="Angular4.png" class="logoAngular"></div>
<div class="logoContent"><br>Angular 4</div>
</div>
<div class="logo">
<div><img src="NodeJS.png" class="logoNode"></div>
<div class="logoContent"><br>Node JS</div>
</div>
</div>
<!--Fourth Row ends -->
<!--Fifth Row begins -->
<div>
<p class="tech">I have knowledge related to HTML & CSS.<br>
I know basics of Java as well. I have also developed few webpages by using these<br><br>
languages during my graduation. Recently, I have started<br><br>
learning these above new technologies called as MEAN Stack Development.<br><br>
I would like to explore about React JS & Vue JS also after this.</p>
<hr style="color:grey; height:1px; width:60%">
</div>
<!--Fifth Row ends -->
<!--Sixth Row begins -->
<div>
<div class="parent1">
<div><img src="bde.jpg" style="margin:1%"></div>
<div><p class="tech">I have worked as Business Development Executive at Edwisor for 5 months.<br>
My journey at Edwisor started from January 2018 and I worked there till May 2018. I got a great opportunity to enhance my communication skills at this platform.<br><br></p>
</div>
</div>
<hr style="color:grey; height:1px; width:60%">
</div>
<!--Sixth Row ends -->
<!--Seventh Row begins-->
<div class="parent1">
<div class="item">
<div><img src="screenshot.png" class="screen"></div>
</div>
<div class="item">
<p style="color:grey; font-family:sans-serif; text-align:right;margin:2%">I have created my own Portfolio by using HTML, CSS and applied responsiveness to it.<br><br>
in order to make it fit for all types of device sizes.<br><br>This webpage contains information regarding my education,
<br><br>
work experience, areas of interests and my projects.
</p>
</div>
</div>
<!-- Seventh Row ends -->
<!--Eighth Row begins-->
<div>
<hr style="background:linear-gradient(darkgrey,black); height:3vh; margin:0%">
<h4 class="h4">© My Portfolio 2018. All Rights Reserved.</h4>
</div>
<!-- Eighth Row ends -->
</div>
</body>
</html>