-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
154 lines (137 loc) · 5.99 KB
/
resume.html
File metadata and controls
154 lines (137 loc) · 5.99 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume - Srihari Beesetti</title>
<link rel="stylesheet" href="resume.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<button onclick="window.print()" class="download-btn no-print">
<i class="fas fa-file-pdf"></i> Download PDF
</button>
<a href="index.html" class="download-btn no-print" style="bottom: 90px; background: #333; color: #fff;">
<i class="fas fa-arrow-left"></i> Back to Portfolio
</a>
<div class="resume-container">
<header>
<div class="header-content">
<h1>Srihari Beesetti</h1>
<div class="subtitle">Lyricist | Music Content Writer | Creative Writer</div>
</div>
<div class="contact-info">
<div>+91 7989064323</div>
<div>India | Open to Remote Freelance Work</div>
<div><a href="https://www.instagram.com/sahitya_rachanalu"
target="_blank">instagram.com/sahitya_rachanalu</a></div>
<div><a href="https://www.instagram.com/sri_hari06" target="_blank">instagram.com/sri_hari06</a></div>
</div>
</header>
<section>
<h2>Profile</h2>
<p>
Creative lyricist and music-focused content writer with strong understanding of songs, lyrics, and
audience taste.
Founder of <strong>Sahitya Rachanalu</strong>, a music & lyrics platform where I create lyrics,
music-based content,
and concept-driven creative writing. Active freelance creative working on film anthems, scripts, and
analytical content.
Looking for paid freelance opportunities in music content writing.
</p>
</section>
<section>
<h2>Core Skills</h2>
<ul class="skills-list">
<li>Lyrics Writing & Adaptations</li>
<li>Creative Writing (Stories, Concepts)</li>
<li>Content Writing (Blogs, Articles)</li>
<li>Social Media Strategy</li>
<li>Film Analysis</li>
<li>Copywriting</li>
<li>Script Writing</li>
<li>Music Knowledge</li>
</ul>
</section>
<section>
<h2>Work & Experience</h2>
<div class="experience-item">
<div class="job-header">
<span>Freelance Creative</span>
<span>2024 – Present</span>
</div>
<div class="job-sub">Self Employed</div>
<ul>
<li>Active Lyricist, Film Critic, and Content Writer working on film anthems, scripts, and
analytical articles.</li>
<li>Creating music-based content and creative concepts for various platforms.</li>
</ul>
</div>
<div class="experience-item">
<div class="job-header">
<span>Founder & Content Creator</span>
<span>Ongoing</span>
</div>
<div class="job-sub">Sahitya Rachanalu</div>
<ul>
<li>Created and managed a music & lyrics platform.</li>
<li>Write original and adapted lyrics and develop music-based concepts, reels, and storytelling
formats.</li>
<li>Collaborate with creators and music pages to expand reach.</li>
</ul>
</div>
<div class="experience-item">
<div class="job-header">
<span>Content Development Intern</span>
<span>2024</span>
</div>
<div class="job-sub">Mathongo</div>
<ul>
<li>Designed and optimized educational content for India's leading JEE preparation platform.</li>
<li>Worked on content structuring, clarity, and learner engagement to improve student outcomes.</li>
</ul>
</div>
<div class="experience-item">
<div class="job-header">
<span>Video Editing Cohort</span>
<span>2024</span>
</div>
<div class="job-sub">Tharun Speaks</div>
<ul>
<li>Trained in visual storytelling, high-retention editing techniques, audience psychology, and
pacing.</li>
</ul>
</div>
</section>
<section>
<h2>Certifications</h2>
<div class="experience-item">
<div class="job-header">
<span>Creative Writing Certification</span>
<span>2023</span>
</div>
<div class="job-sub">Terribly Tiny Tales</div>
<ul>
<li>Specialized in micro-storytelling and digital content formatting with a focus on impactful
short-form writing.</li>
</ul>
</div>
</section>
<section>
<h2>Featured Works</h2>
<div class="project-item">
<div class="job-header">
<span>TFI Re-Release Anthem</span>
</div>
<p>A viral lyrical concept celebrating the trend of re-releases in the Telugu Film Industry.</p>
</div>
<div class="project-item">
<div class="job-header">
<span>Dheema Dheema – Telugu Version</span>
</div>
<p>Creative adaptation lyrics for a popular song, capturing the original emotion in Telugu.</p>
</div>
</section>
</div>
</body>
</html>