-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.html
More file actions
101 lines (80 loc) · 3.25 KB
/
Copy pathtutorials.html
File metadata and controls
101 lines (80 loc) · 3.25 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
<!DOCTYPE html>
<html lang="en">
<head> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SDBDEKE3X2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SDBDEKE3X2');
</script>
<title>Filmmaking Tutorials & Editing Tips | Omii Cinematic</title>
<meta name="description" content="Free filmmaking tutorials. Learn cinematic lighting, pro video editing techniques, and storytelling from Ominicinematics.">
<meta name="keywords" content="Filmmaking Tutorials, Video Editing Tips, Learn Cinematography, Editing Masterclass, Camera Techniques">
<link rel="canonical" href="https://omini-cinematics.vercel.app/tutorials.html">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar">
<a href="index.html" class="logo">OMII <span>CINEMATIC</span></a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="color.html">Color</a></li>
<li><a href="gear.html">Gear</a></li>
<div class="theme-switch" id="themeToggle"></div>
</ul>
</nav>
<section class="hero" style="height:60vh;">
<div class="hero-content">
<h1>Color Grading Vault</h1>
<p>Turn flat footage into cinematic masterpieces.</p>
</div>
</section>
<DIV align="center" class="video">
<blockquote align="center" class="instagram-media"
data-instgrm-permalink="https://www.instagram.com/reel/DVBTlwignEt/"
data-instgrm-version="14"
style=" background:#FFF; border:0; margin: 1px; max-width:540px; width:100%;">
</blockquote>
<script async src="//www.instagram.com/embed.js"></script>
</DIV>
<section class="tutorials">
<div class="card-grid">
<div class="card">
<div class="card-body">
<span class="tag">LUTs</span>
<h3>Create Custom LUTs</h3>
<p>Design your signature cinematic look.</p>
</div>
</div>
<div class="card">
<div class="card-body">
<span class="tag">Workflow</span>
<h3>Hollywood Teal & Orange</h3>
<p>Classic blockbuster color theory breakdown.</p>
</di5v>
</div>
</div>
</section>
<footer align="center" class="footer">
<div class="footer-content">
<h2 class="logo">OMII <span>CINEMATIC</span></h2>
<p>Turning moments into cinematic memories.</p>
<div class="footer-icons">
<a href="https://www.instagram.com/_omii.cinematics?igsh=cGEyNnZtbGFrYzI=" class="social-icon insta">
<i class="fab fa-instagram"></i>
</a>
<a href="mailto:omkarbhope06@gmail.com" class="social-icon mail">
<i class="fas fa-envelope"></i>
</a>
</div>
<div class="footer-bottom">
<p>© 2026 OMII CINEMATIC | Designed with Passion</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>