-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode
More file actions
90 lines (83 loc) · 3.34 KB
/
Copy pathcode
File metadata and controls
90 lines (83 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JALLEPALLI TARUN - Portfolio</title>
<link rel="stylesheet" href="aa.css">
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>JALLEPALLI TARUN</h1>
<nav>
<ul>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#edits" class="nav-link">Edits</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
</nav>
</header>
<section id="about" class="fade-in">
<h2>About Me</h2>
<img src="SAN_0839.jpg" alt="JALLEPALLI TARUN" class="profile-pic">
<p>JALLEPALLI TARUN – a creative editor, web developer, and digital storyteller with a keen eye for detail. With experience in social media management, event coordination, and video editing, I bring a unique blend of creativity and technical expertise to every project. My journey began with editing videos and designing posters, honing my skills in CapCut and visual design. Now, I am expanding into web development, crafting digital experiences that blend retro aesthetics with modern design principles. Passionate about bringing ideas to life, I thrive on experimenting with bold visuals, engaging narratives, and innovative web solutions..</p>
</section>
<section id="edits" class="fade-in">
<h2>Edited Videos & Posters</h2>
<div class="edits-container">
<div class="edit-item">
<h3>Edited Video 1</h3>
<video controls>
<source src="ISC_2024.mp4" type="video/mp4">
</video>
</div>
<div class="edit-item">
<h3>Edited Video 2</h3>
<video controls>
<source src="main.mp4" type="video/mp4">
</video>
</div>
<div class="edit-item">
<h3>Edited Video 3</h3>
<video controls>
<source src="ground(M) (1).mp4" type="video/mp4">
</video>
</div>
<div class="edit-item">
<h3>Edited Video 4</h3>
<video controls>
<source src="flashmob main!.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="posters-container">
<h2>Poster Designs</h2>
<div class="poster-item">
<img src="dd1.jpeg" alt="Poster 1">
</div>
<div class="poster-item">
<img src="dd2.jpeg" alt="Poster 2">
</div>
</div>
</section>
<div class="posters-container">
<h2>Photographs</h2>
<div class="poster-item">
<img src="IMG_0080.jpg" alt="PHOTO 1">
</div>
<div class="poster-item">
<img src="IMG_5197.jpg" alt="PHOTO 2">
</div>
<div class="poster-item">
<img src="SAN_1149.jpg" alt="PHOTO 3">
</div>
</div>
</section>
<section id="contact" class="fade-in">
<h2>Contact</h2>
<p>Email: jrpbt05@gmail.com</p>
<p>Ph No: 9494521125</p>
</section>
</body>
</html>