-
Notifications
You must be signed in to change notification settings - Fork 0
/
Arushi.html
executable file
·120 lines (96 loc) · 2.84 KB
/
Arushi.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
<!DOCTYPE html>
<html>
<head>
<title> Arushi Bhatt </title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="page">
<center>
<div id="contact-info" class="vcard">
<div id="logo">
<a href="file:///home/arushi/Documents/ubuntuPrevious/My%20Repositories/CodeCatWebsite/index.html" ><img src="logo.jpeg" style="width:200px;height:200px;"/></a>
</div>
<div id="logo">
<img src="arushi.jpg"style="width:200px;height:200px;" alt="Photo of Arushi” id="pic"/></div>
<div id="logo">
<h2 class="fn" >Arushi Bhatt</h2>
</div>
</center>
<p>
Cell: <span class="tel">9711509459</span><br />
Email: <a class="email" href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div id="objective">
<p>
I am an outgoing and energetic young professional, seeking a
career that fits my professional skills and my personality.
</p>
</div>
<div class="clear"></div>
<dl>
<dd class="clear"></dd>
<dt><h2>Education</h2></dt>
<dd>
<TABLE BORDER=3 BORDERCOLOR=“Blue” HEIGHT=300 WIDTH=400>
<TR>
<TH>Institute</TH><TH>Year of Passing</TH><TH> Marks</TH>
</TR>
<TD>NSIT</TD><TD>IT-6th sem</TD><TD>71.5%</TD>
</TR>
<TR>
<TD>Mamta Model School</TD><TD>XII-2013</TD><TD>96%</TD>
</TR>
<TR>
<TD>Mamta Model School</TD><TD>X-2011</TD><TD>10.0</TD>
</TR>
</TABLE>
</dd>
<dd class="clear"></dd>
<dt><h2>Skills</h2></dt>
<dd>
<h4>Programming Languages</h4>
<UL>
<LI> C
<LI> C++
<LI> Ruby
<LI> FSharp
<LI> Racket
<LI> HTML5 & CSS
<LI> SQL
</UL>
<h4>Scripting Languages</h4>
<UL>
<LI> Verilog
<LI> MATLAB
</UL>
<h4> Platforms </h4>
<UL>
<LI> Windows
<LI> Linux
</UL>
<h4> Conceptual Knowledge </h4>
<UL>
<LI> Data Structures
<LI> Algorithms
<LI> Networking
<LI> Operating Systems
<LI> Software Engineering
<LI> Object Oriented Technology
<LI> RDBMS
</UL>
</dd>
<dd class="clear"></dd>
<dt><h2>Hobbies</h2></dt>
<UL>
<LI> Basket Ball
<LI> PC Game
</UL>
<dd class="clear"></dd>
</dl>
<div class="clear"></div>
<h4><a href="file:///home/arushi/Documents/ubuntuPrevious/My%20Repositories/CodeCatWebsite/index.html" target="_blank">HOME</a></h4>
</div>
</body>
</html>