-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2 Writer.html
97 lines (81 loc) · 2.12 KB
/
2 Writer.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">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Writer | Briana J. Hunter</title>
<style>
li {
margin-left: 30px;
}
.content {
display: flex;
flex-direction: row;
justify-content: space-between;
font-weight: bold;
}
.content2 {
display: flex;
flex-direction: row;
}
.sub {
padding-right: 25px;
}
</style>
</head>
<body>
<hr>
<div class="content">
<div>BRIANA J. HUNTER</div>
<div class="content2">
<div class="sub">
FASHION → SUSTAINABILITY → LIFESTYLE → MUSIC
</div>
</div>
</div>
</div>
<hr>
<img src="https://i.ibb.co/8Dw9Lfb/TBH-Logo-Thumbnail.jpg" alt="TBH-Logo-Thumbnail" border="0" align="left">
<h2> Blogger</h2>
<p> - Owner/Sole Contributor at <span title="Blogging Portfolio"><a href="www.thebougiehippy.com/blog">The Bougie Hippy</a></span></p>
<hr><br/>
<li style="font-weight: bold;">Fashion</li>
<ul>
<li>Social Issues</li>
<li>Diversity in Fashion</li>
<li>Runway Coverage</li>
<li>Red Carpet Coverage</li>
</ul>
<li style="font-weight: bold;">Lifestyle</li>
<ul>
<li>Product Reviews</li>
<li>Positive Quotes & Exercises</li>
<li>Food Recipes</li>
<li>Natural Skincare Recipes & Routines</li>
</ul>
<li style="font-weight: bold;">Music</li>
<ul>
<li>Album Reviews</li>
<li>Personal Playlists</li>
</ul>
<hr>
<img src="https://i.ibb.co/2KJrx8S/Freelance-Editor.png" alt="Freelance-Editor" border="0" align="left">
<h2> Magazine Editor</h2>
<p> - Freelance Digital Contributor at <span title="Digital Editorial Portfolio"><a href="www.trendprivemagazine.com/profile/brianahunter">Trend Prive Magazine</a></span></p>
<hr><br>
<li style="font-weight: bold;">Fashion</li>
<ul>
<li>Current Trends</li>
<li>Environmental Impact</li>
<li>Emerging Sustainable Brands</li>
<li>Fabric Sourcing</li>
<li>Sustainable Innovations</li>
<li>Industry Awards</li>
</ul>
<li style="font-weight: bold;">Lifestyle</li>
<ul>
<li>Mental Health Awareness</li>
<li>Suicide Prevention Awareness</li>
</ul>
</body>
</html>