-
Notifications
You must be signed in to change notification settings - Fork 0
/
tha3.HTML
134 lines (132 loc) · 4.75 KB
/
tha3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
body{
width: 80vw;
height: 100vh;
display:flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
color: #384671;
text-align: center;
}
*{
position: relative;
box-sizing: border-box;
}
.container{
width: 70%;
}
.mdiv{
border: 4px solid #547c9a;
z-index: -1;
margin-top: -40px;
padding: 70px 0px;
display: flex;
text-align: justify;
}
.head{
line-height: 0px;
text-align: center;
width: 250px;
height: 50px;
margin: auto;
background-color: rgb(255, 255, 255);
z-index: 10;
}
.div1{
width: 35%;
padding: 0px 20px 0px 45px;
overflow: auto;
word-break: break-all;
}
.div2{
width: 50%;
border-left: 3px solid #547c9a;
padding: 0px 20px 0px 45px;
word-break: break-all;
overflow: auto;
}
.subh2{
font-weight: 5;
}
</style>
<body>
<div class="container">
<div class="head">
<h1 class="heading" style="color: #4d7897;">
Phantom0Z
</h1>
<h4 class="subheading">
SDE
</h4>
</div>
<div class="mdiv">
<div class="div1">
<div class="">
<h3>Personal Profile</h3>
<p> Hi! I'm a high school senior with a knock for verbal communication and public speaking. I'm looking for an internship in the digial marketing industry.</p>
</div>
<div class="">
<h3>Honors & Achievements</h3>
<ul>
<li>Beechtown Honor Society Member</li>
<li>Borghilde High School Academic Honor Roll</li>
<li>Borghilde Youth Club Leader's Award</li>
<li>1st Place Award in Public Speaking</li>
</ul>
</div>
<div class="">
<h3>Contact Details</h3>
<p>Number: 123-456-7890 Email:[email protected]. Website: www.reallygreatsite.comAddress 123 Anywhere: St. Any City State, Country 12345</p>
</div>
<div class="">
<h3>Personal Interests</h3>
<ul>
<li>Playing the Piano and Trombone</li>
<li>Charity Weekend Valunteer Work</li>
<li>Tutor for English Math and Science</li>
<li>Travelling Swimming Hiking</li>
<li>Reading Fiction Novels</li>
</ul>
</div>
</div>
<div class="div2">
<div>
<h2>Work Experience</h2>
<div>
<h3>Accounts Intern</h3>
<h2 class="subh2">Plassive Digital Studio Inc.-201</h2>
<ul><li>Worked closely eith the accounts team in creating stategies, meeting clints, and coordinating with the creative team. I also did clint presentation</li></ul>
</div>
<div>
<h3>Accounts Intern</h3>
<h2 class="subh2">Plassive Digital Studio Inc.-201</h2>
<ul><li>Worked closely with the accounts team in creating strategies, meeting clients, and coordinating with the creatives team. I also did clints presentations.</li></ul>
</div>
</div>
<div style="margin-top: 115px;">
<h2>Academic Background</h2>
<div>
<h3>Accounts Intern</h3>
<h2 class="subh2">Plassive Digital Studio Inc.-201</h2>
<ul><li>Worked closely with the accounts team in creating strategies, meeting clients, and coordinating with the creatives team. I also did clints presentations.</li></ul>
</div>
<div>
<h3>Accounts Intern</h3>
<h2 class="subh2">Plassive Digital Studio Inc.-201</h2>
<ul><li>Worked closely with the accounts team in creating strategies, meeting clients, and coordinating with the creatives team. I also did clints presentations.</li></ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>