-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
127 lines (101 loc) · 6.17 KB
/
Copy pathabout.html
File metadata and controls
127 lines (101 loc) · 6.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Native Media </title>
<meta content="Native Media - Capture life's wildest moments" name="description">
<meta content="Southwest Florida Photography & Videography" name="keywords">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicons/site.webmanifest">
<link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/b014f283a7.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex justify-content-between align-items-center">
<h1 class="logo"><a href="index.html">Native Media</a></h1>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html"><i class="fas fa-home"></i> Home</a></li>
<li class="active"><a href="about.html"><i class="fas fa-address-card"></i> About</a></li>
<li><a href="services.html"><i class="fas fa-tags"></i> Pricing & Services</a></li>
<li><a href="portfolio.html"><i class="fas fa-book-open"></i> Portfolio</a></li>
<li ><a href="contact.html"><i class="fas fa-envelope"></i> Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
<div class="header-social-links">
<a href="https://www.instagram.com/nativemediafl/"><i class="icofont-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCtlN1mgLkx9RBxsJbfgKJaQ/"><i class="icofont-youtube-play"></i></a>
<a href="https://www.tiktok.com/@nativemediafl"><i class="fab fa-tiktok"></i></a>
</div>
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<p>Native Media Group's mission is to capture the world's diverse fisheries in their natural habitat.</p>
<!-- Hi, Kyle Weidman the owner and operator of Native Media Group. I am a fourth generation south-west Florida native, a father, a husband and I love what I do. My whole life I have been an avid fisherman, outdoorsman, and over all grateful of where I have been lucky enough to grow up. Over the past four years, I have developed a hobby that has allowed myself and others to appreciate the beauty of our region.
Now, I have taken this hobby that I started and transformed it into the way I feed my family. My passion lies with capturing the wildness of our area, and preserving special milestones for families in the area.-->
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Kyle Weidman</h3>
<h4>Photographer | Videographer | Digital Creator</h4>
<p class="font-italic">
When I started this journey into digital creation in 2017, I had no idea what I was doing. One thing I did know, is I had this uncontrollable desire to create; to try and tell a story with my visuals.</p> <p>Fast forward to now, I have created many friendships in the process, traveled, and experienced things I never would have without picking up a camera. Most importantly, I've had a hell of a time along the way.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Location:</strong> Cape Coral, Florida</li>
<li><i class="icofont-rounded-right"></i> <strong>Professional Experience:</strong> Four Years</li>
<li><i class="icofont-rounded-right"></i> <strong>Favorite Subject:</strong> Outdoors, Lifestyle, Fishing </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
</main><!-- End #main -->
<div id="preloader"></div>
<a href="#" class="back-to-top"><i class="bx bx-up-arrow-alt"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>