-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (74 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="surajresume.css">
</head>
<body>
<header>
<h1>
Resume
</h1>
</header>
<div class="name">
<h2>SURAJ RAY</h2>
</div>
<div class="body">
<nav>
<div class="nav">
<div> <a href="#contact">Contact</a></div>
<div> <a href="#personal">Personal</a></div>
<div> <a href="#education">Education</a></div>
<div> <a href="#skills">Skills</a></div>
</div>
</nav>
<main>
<div class="main">
<!-- <h2>SURAJ RAY</h2> -->
<section id="contact">
<b>Email :</b> [email protected] <br>
<b>Mobile :</b> 6207465409 <br>
<b>Address :</b> Arrah, Bihar, 802301 <br>
</section>
<section id="education">
<h3>Educational Qualifications
<hr color=black>
</h3>
<b>2022 - present : Bachelors in Computer Applications
</b><br>
Studying from Maulana MAzharul Arabic & persian University, Patna, Bihar
<br>
<b>2020 - 2022 : Intermediate in Arts</b><br>
Passed with <u>84.2 %</u> marks from Maharaja College, Arrah, Bihar <br>
<b>2020 : 10th</b><br>
Passed in <u>1st </u>Division from CBSE board
</section>
<section id="skills">
<h3>
Skills
<hr color=black>
</h3>
Knowledge of <b>HTML</b><br>
Knowledge of <b>CSS</b><br>
Web Designing <br>
Coding in <b>JavaScript Language</b><br>
Coding in <b>C Language</b><br>
Coding in <b>C++ Language</b><br>
</section>
<section id="personal">
<h3>Personal
<hr color=black>
</h3>
Full Name : Suraj Ray <br>
Date of Birth : 06 September 2003 <br>
Father's Name : Shiv Prasad Ray <br>
Mother's Name : Meena Devi <br>
Hometown : Arrah, Bhojpur, Bihar
</section>
</div>
</main>
</div>
</body>
</html>