-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·96 lines (90 loc) · 4.32 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Victor Manuel Rodriguez</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Technical Principal - Buenos Aires, Argentina">
<meta name="keywords" content="it services, cloud services, it, digital transformation">
<meta name="author" content="Victor Manuel Rodriguez">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<!-- notification for small viewports and landscape oriented smartphones -->
<div class="device-notification">
<a class="device-notification--logo" href="#0">
<img src="assets/img/logo.png" alt="Global">
<p>Victor Manuel Rodriguez</p>
</a>
<p class="device-notification--message">I must request you orient your device to portrait or find a larger screen. You won't be disappointed.</p>
</div>
<div class="perspective effect-rotate-left">
<div class="container"><div class="outer-nav--return"></div>
<div id="viewport" class="l-viewport">
<div class="l-wrapper">
<header class="header">
<a class="header--logo" href="/">
<p>Victor Manuel Rodriguez</p>
</a>
<button class="header--cta cta">Hire Me</button>
</header>
<ul class="l-main-content main-content">
<li class="l-section section section--is-active">
<div class="intro">
<div class="intro--banner">
<h1>Technical<br/>Principal</h1>
<button class="cta">Hire Me
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 150 118" style="enable-background:new 0 0 150 118;" xml:space="preserve">
<g transform="translate(0.000000,118.000000) scale(0.100000,-0.100000)">
<path d="M870,1167c-34-17-55-57-46-90c3-15,81-100,194-211l187-185l-565-1c-431,0-571-3-590-13c-55-28-64-94-18-137c21-20,33-20,597-20h575l-192-193C800,103,794,94,849,39c20-20,39-29,61-29c28,0,63,30,298,262c147,144,272,271,279,282c30,51,23,60-219,304C947,1180,926,1196,870,1167z"/>
</g>
</svg>
<span class="btn-background"></span>
</button>
<img src="assets/img/introduction-visual.png" alt="Welcome">
</div>
<div class="intro--options">
<a href="#0">
<h3>IT Consulting Services</h3>
<p>Navigating tech complexities for strategic growth and efficiency.</p>
</a>
<a href="#0">
<h3>Cloud Services</h3>
<p>Empowering operations with scalable and secure cloud solutions.</p>
</a>
<a href="#0">
<h3>Digital Transformation</h3>
<p>Unleashing innovation to reshape and elevate your digital landscape.</p>
</a>
</div>
</div>
</li>
<li class="l-section section">
<div class="contact">
<div class="contact--lockup">
<div class="modal">
<div class="modal--information">
<p>Buenos Aires, Argentina <br/>Timezone: GMT-03:00</p>
<a href="mailto:victormanuelrodriguez90@gmail.com">victormanuelrodriguez90@gmail.com</a>
<a href="tel:+5491123952534">+54 9 11 2395 2534</a>
</div>
<ul class="modal--options">
<li><a target="_blank" href="https://www.linkedin.com/in/vmrodriguez/">Linkedin</a></li>
<li><a target="_blank" href="https://github.com/vmrodriguez90">Github</a></li>
<li><a target="_blank" href="https://calendar.app.google/SbNHkCf1XaFxvH6P9">Calendar</a></li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-2.2.4.min.js"><\/script>')</script>
<script src="assets/js/functions-min.js"></script>
</body>
</html>