-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (74 loc) · 5.03 KB
/
index.html
File metadata and controls
79 lines (74 loc) · 5.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="/css/style.css">
<title>Carlos Hernandez's Project Showcase</title>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script> <link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-info navbar-dark color">
<!-- Container wrapper -->
<div class="container-fluid">
<!-- Navbar brand -->
<a class="navbar-brand" href="#">
<img src="/images/libra.png" alt="Logo" width="32" height="32" class="d-inline-block align-text-top"></a>
<!-- Icons -->
<ul class="navbar-nav d-flex flex-row me-1">
<li class="nav-item me-3 me-lg-0">
<a class="nav-link text-white" href="/index.html"><i class="bi bi-camera-reels-fill"></i> Video Intro </a>
</li>
<li class="nav-item me-3 me-lg-0">
<a class="nav-link text-white" href="/index.html"><i class="bi bi-book-half"></i> Short Bio </a>
</li>
<li class="nav-item me-3 me-lg-0">
<a class="nav-link text-white" href="/showcase.html"><i class="bi bi-briefcase-fill"></i> Project Showcase </a>
</li>
</ul>
</div>
<!-- Container wrapper -->
</nav>
<!-- Navbar -->
<div class="container">
<div class="title text-center">
<h1 class="text-uppercase my-5">Welcome to Carlos's Project Showcase</h1>
<div class="card mb-2">
<div class="row g">
<div class="col-md-12">
<h3 id="video-intro" class="card-title">Video Introduction</h3>
<div class="col-sm-12">
<!-- 4:3 -->
<div class="embed-responsive embed-responsive-1by1">
<iframe class="embed-responsive-item" width="560" height="315" src="https://www.youtube.com/embed/ADi09TXh16w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<p>Although video is not my forte it give a you a glimpse to my character and my passion for work and the love in the pursuit for knowledge.</p>
<p> <a class="btn btn-info btn-color" href="https://www.linkedin.com/in/cmhdez/" role="button"><span class="btn-label"><i class="bi bi-youtube"></i></span> View in YouTube</a></p>
</div>
</div>
</div>
</div>
<div class="card mb-2">
<div class="row g-0">
<div class="col-md-4">
<img class="img-fluid rounded-start circular_image" src="images/IMG_1726.jpg" alt="">
</div>
<div class="col-md-8">
<div class="card-body">
<h3 id="short-intro" class="card-title">Short Intro</h3>
<p class="card-text">My name is Carlos Hernandez I currently hold multiple advance degrees in MSF and MBA with over 20 years of experience in operations, financial reporting, analysis, forecasting, treasury management, capital structure, budgeting, auditing, internal controls, debt/equity funding, remote facilities, SPV/SPE, line of credit facilities, financial, and legal negotiations. Solid interpersonal skills and cross functional team interactions with effective leadership abilities with a solid that leverage on today's technology to disrupt the traditional car ownership by giving consumers another option. More recently I have been working in a Car Subscription Models, an All-Inclusive car payment option ownership concept, that include the Vehicle itself, Insurance, Maintenance, Roadside Assistance a program without the hassle of the Long-Term Commitment of car ownership that is financing or leasing. It also enabled new opportunities for the Gig-worker to be a driver of its own future. This in turns will lead to next generation of growth and profitability in tomorrow's auto industry, far outperforming the profitability potential of traditional car dealership model by creating a recurring revenue model. </p>
<p class="card-text">If you would like to send me an email <a href="mailto:cmhdez07@gmail.com">Click Here</a> or connect with me in LinkedIn.</p>
<a class="btn btn-info btn-color" href="https://github.com/cmhdez" role="button"><span class="btn-label"><i class="bi bi-github"></i></span> My Repository</a>
<a class="btn btn-info btn-color" href="https://www.linkedin.com/in/cmhdez/" role="button"><span class="btn-label"><i class="bi bi-linkedin"></i></span> My LinkedIn</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>