-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (92 loc) · 2.9 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>💙Chelsea Mahala</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Images/CMlogosmall.png" alt="Logo of Chelsea Mahala LLC"></td>
<td>
<h1>Chelsea Mahala</h1>
<p><em><strong>Plant Based Haircare Founder</strong> <a href="https://www.chelseamahala.com/shop">Chelsea Mahala</a></em></p>
<p>Here to create not only beauty on your hair, but also on the internet. While keeping the earth as safe as I possibly can.</p>
</td>
</tr>
</table>
<hr>
<h3>Haircare Products</h3>
<ul>
<li><a href="https://www.chelseamahala.com/product-page/clear-quartz-shampoo">Clear Quartz Shampoo</a></li>
<li><a href="https://www.chelseamahala.com/product-page/clear-quartz-conditioner">Clear Quartz Conditioner</a></li>
<li><a href="https://www.chelseamahala.com/product-page/clear-quartz-leave-in-potion">Clear Quartz Leave-In Potion</a></li>
<li><a href="https://www.chelseamahala.com/product-page/clear-quartz-deep-treatment">Clear Quartz Deep Treatment</a></li>
<li><a href="https://www.chelseamahala.com/product-page/celestite-protection-elixir">Celestite Protection Elixir</a></li>
<li><a href="https://www.chelseamahala.com/product-page/sealing-serum">Sealing Serum</a></li>
<li><a href="https://www.chelseamahala.com/product-page/tanzanite-detangler">Tanzanite Detangler</a></li>
<li><a href="https://www.chelseamahala.com/product-page/copper-curls-mousse">Copper curls Mousse</a></li>
<li><a href="https://www.chelseamahala.com/product-page/bloodstone-shampoo">Bloodstone Shampoo</a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10px">
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2020-Present</td>
<td>Chelsea Mahala LLC</td>
</tr>
<tr>
<td>2019</td>
<td>Tallulah East</td>
</tr>
<tr>
<td>2018-2019</td>
<td>Amber Rene</td>
</tr>
<tr>
<td>2018</td>
<td>Sanctuary Salon</td>
</tr>
<tr>
<td>2017</td>
<td>Collectiv Academy</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tbody>
<tr>
<td>Rainbows</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Html</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Blondes</td>
<td>⭐⭐⭐⭐⭐</td>
<td>CSS</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Coppers</td>
<td>⭐⭐⭐⭐</td>
<td>JavaScript</td>
</tr>
<tr>
<td>Brunettes</td>
<td>⭐⭐⭐</td>
<td>Bootstrap</td>
</tr>
</tbody>
</table>
<h3><a href="my-hobbies.html">My Hobbies</a> <a href="contact-me.html">Contact Me</a></h3>
</body>
</html>