-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
216 lines (148 loc) · 5.8 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html>
<head>
<title>Sharon Rosina</title>
<meta name="viewport" content="width=device-width,intial-scale=1">
<link rel="stylesheet" type="text/css" href="dist/css/Bootstrap.css">
<link rel="stylesheet" type="text/css" href="dist/font-awesome/css/font-awesome.css">
<script type="text/javascript" src="dist/popper/popper.js"></script>
<script type="text/javascript" src="dist/jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="dist/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheet/style.css">
<!-- your href should be set to empty coz it will be filled with the theme style you are referencing on line 20,24,28 and 32.. check functon setTheme -->
<link id="theme-style" rel="stylesheet" type="text/css" href="">
</head>
<body>
<section class="s1">
<div class="main-container">
<div class="greeting-wrapper">
<h1>Hi, I'm Sharon Rosina</h1>
</div>
<div class="intro-wrapper">
<div class="sha-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="left-column">
<img id="profile_pic" src="IMAGES/pexels-marcelo-dias-1879487.jpg">
<h5 style="text-align: center; line-height: 1;">Personalize Theme</h5><!--line height so that theirs no space-->
<div id="theme-options-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="green" id="green-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">*Theme settings will be saved for<br> your next visit</p>
</div>
<div class="right-column">
<diV id="preview-shadow">
<div id="preview">
<div id="corner-top-left" class="corner"></div>
<div id="corner-top-right" class="corner"></div>
<h3>What I Do</h3>
<p>I am a web developer with both UI and UX experience.</p>
<div id="corner-bottom-right" class="corner"></div>
<div id="corner-bottom-left" class="corner"></div>
</div>
</diV>
</div>
</div>
</div>
</section>
<!--About section-->
<section class="s2 ">
<div class="main-container">
<div class="about-wrapper">
<div class="about-me">
<h4>More About Me</h4>
<P>I build new projects just to tickle my brain and I love learning what other developers are doing in different social medias like youtube</P>
<p>While I keep busy learning and creating new projects , I also take interviews in search of a greate team and projects that interest me.</p>
<hr>
<h4>TOP EXPERTISE</h4>
<p>Fullstack developer with primary focus on Web development and data analysis: <a target="_blank" href="Rosina.PDF">Download CV</a></p>
<div id="skills">
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>PHP</li>
<li>SQL</li>
<li>JAVASCRIPT </li>
</ul>
<ul>
<li>Google Maps API</li>
<li>Pandas</li>
</ul>
</div>
<div class="social-links">
<img id="Social_img" src="IMAGES/photo-1453928582365-b6ad33cbcf64.jfif">
<h3>Find me on Instagram,twitter and facebook</h3>
<a target="_blank" href="">Instagram: rosinasharon6</a>
<br>
<a target="_blank" href=" ">facebook: rosinasharon6</a>
</div>
</div>
</div>
</section>
<section class="s1 ">
<div class="main-container">
<h3 style="text-align: center;">Some of my past projects</h3>
<div class="row">
<div class="col-4">
<div class="post">
<img class="thumbnail" src="IMAGES/Capture2.1.png" >
<div class="post-preview">
<h6 class="post-title">Restaurant websites</h6>
<p class="post-intro">Designed , built and maintained websites for various restaurants around Nairobi.</p>
<a href="post.html">Read More</a>
</div>
</div>
</div>
<div class="col-4">
<div class="post">
<img class="thumbnail" src="IMAGES/Capture4.png">
<div class="post-preview">
<h6 class="post-title">Online Store</h6>
<p class="post-intro">Online store with payments such as paypal and guest user shopping. where you can shop </p>
<a href="post.html">Read More</a>
</div>
</div>
</div>
<div class="col-4">
<div class="post">
<img class="thumbnail" src="IMAGES/Capture3.png">
<div class="post-preview">
<h6 class="post-title">Phone Crasher App Website</h6>
<p class="post-intro">A website that promotes an app people can use on their phones</p>
<a href="post.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2 ">
<div class="main-container">
<h3 style="text-align: center;">Get in Touch</h3>
<form id="contact-form">
<label>Name</label>
<input class="input-field" type="text" name="name">
<label>Subject</label>
<input class="input-field" type="text" name="subject">
<label>Email</label>
<input class="input-field" type="text" name="email">
<label>Message</label>
<textarea class="input-field" name="message"></textarea>
<input id="submit-btn" type="submit" value="send">
</form>
</div>
</section>
<script type="text/javascript" src="main.js"></script>
</body>
</html>