-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathediting.html
57 lines (56 loc) · 2.12 KB
/
editing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="res/images/Icon.png" type="image/x-icon">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/skill.css">
<script src="js/common.js" defer></script>
<script src="js/mouseParticles.js" defer></script>
<title>Portfolio | Editing</title>
</head>
<body>
<app-header></app-header>
<section class="description container fade-into-view">
<h1>Photo / Video Editing</h1>
<p>photo editing is one of my oldest skills with nearly a decade of experience! so my skills
have evolved alongside editing software, with an especially decent familiarity using photoshop, I also do
video editing for various tasks including Youtube montage, visual adjustments and more!</p>
</section>
<section class="stats container">
<h2 class="section-title">- Skills -</h2>
<skill-stats class="fade-into-view" title="Sotware Familiarity">
<ul>
<li title="Experienced">
Gimp, AfterEffects
</li>
<li title="Advanced">
VegasPro, PremierPro, Photoshop
</li>
</ul>
</skill-stats>
<!-- <skill-stats class="fade-into-view" title="Skill Highlights">
<ul>
<li title="Editing">
PDF editing, Photoshoping, Old Photo Restoration
</li>
<li title="Montage">
Color Correction, General Montage
</li>
</ul>
</skill-stats> -->
</section>
<section class="example container fade-into-view">
<h2 class="section-title">- Examples -</h2>
<p>Examples of my work can be found on my GoogleDrive</p>
<ul class="social-media">
<li class="clickable" sfx-hover="socialHover" sfx-press="socialPress" clickable-new-page-link="https://drive.google.com/drive/folders/1na_V-a9-mU8Fbji27vtrEZ1qmWOyoBqs?usp=sharing">
<img src="res/images/Icons/GoogleDrive.png" alt="GoogleDrive">
<p>GoogleDrive</p>
</li>
</ul>
</section>
<app-footer></app-footer>
</body>