-
Notifications
You must be signed in to change notification settings - Fork 0
/
lady.html
118 lines (105 loc) · 3.14 KB
/
lady.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Lady Stephannie</title>
<link href="https://fonts.googleapis.com/css?family=Caveat|Open+Sans:400,700" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<script src="needed.js" type="text/javascript"></script>
</head>
<body>
<header>
<div class="content-wrap">
<img class="profile-img col-narrow" src="images/lady-picture.png" width="400" alt="Lady Stephanie"/>
<div class="col-wide"></div>
<h1 class="end">Lady Stephannie</h1>
<br>
<br>
<p class="bigger-font">
A competent person with a friendly personality and plenty of Customer service and marketing experience. Ability to communicate with customer clearly and politely. Organized and willing to accept responsibility.
</p>
</div>
<br>
</header>
<div class="grid-container">
<div class="grid-item">
<p> singing dancing Cooking. Making life easier for other people. </p>
<ul>
<li> Singing </li>
<li> Dancing </li>
<li> Cooking</li>
</ul>
</div>
<div class="grid-item">
<section class="education">
<div class="content-wrap">
<p>
<h2>-Formal Education-</h2>
<div class="col-narrow">
<p class="bolded">1998-2004</p>
<p class="bolded"> 2004-2008</p>
</div>
<div class="col-wide left-indent">
<p>SD di Mahatma Gandhi School</p>
<p>O Level di Universal School (Equivalent to SMA 1, standard International)</p>
</div>
</p>
</div>
<p>
<h2>-Non-Formal Education-</h2>
2010 BUNKA School of Fashion
</p>
<p>
February 2011- August 2014 <br>
Shanghai Normal University - Language learning
</p>
</section>
<section class="work">
<div class="content-wrap">
<p>
<h2>-Job Experience-</h2>
August 2008- January 2011 <br>
Ozatex as Sales Manager.
</p>
<p>
September 2014- Juni 2017 <br>
Swan Bridal, Designer, Marketing and Public Relations that deals with social media.
</p>
<p>
2016 - 2017<br>
Part-time Manager in Roti Bakar. Managing 4 staff members. Scheduling the cooking and work schedule.
</p>
<p>
2014 - Present <br>
Flower Arrangement.
</p>
<p>
2016 - Present <br>
Person in charge for decorating wedding ornaments.
</p>
<p>2014 - Present <br>
Freelance Photographer. Understand Vsco app.</p>
<p>
2013 - 2014 <br>
English tutor to children in Shanghai.</p>
</div>
</section>
</div>
</div>
<!-- // Footer & contact info -->
<footer>
<div class="content-wrap">
<h2>Let's Keep in Touch!</h2>
<!-- Social media links. Add or remove any networks. -->
<div class="contact-info">
<a href="mailto:[email protected]">[email protected]</a>
<a href="http://christinatruong.com">christinatruong.com</a>
<a href="https://twitter.com/christinatruong">Twitter</a>
<a href="https://www.linkedin.com/in/christinatruong/">LinkedIn</a>
<a href="http://fb.me/christinacodes">Facebook</a>
</div>
<p>Copyright 2017 by Lady Stephannie</p>
</div>
</footer>
</body>
</html>