-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·223 lines (198 loc) · 7.21 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!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">
<title>Rodrigo Schneider | Web Developer</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
<!-- FontAwesome Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
crossorigin="anonymous">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Quattrocento|Ubuntu+Condensed" rel="stylesheet">
<!-- My Page CSS -->
<link rel="stylesheet" href="css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".navbar">
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark" role="navigation">
<a class="navbar-brand" href="#home">Rodrigo Schneider</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#work">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- End Navbar -->
<!-- Home Section -->
<section id="home">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="text-sm-center text-lg-left text-uppercase">Hello!</h1>
<p class="text-sm-center text-lg-left">
I'm currently looking for an entry-level position as Web Developer.
<br>Wanna know more about me?
</p>
</div>
</div>
</div>
</section>
<!-- End Home Section -->
<!-- Work Section -->
<section id="work">
<div class="container content">
<div class="row">
<div class="col-12 header">
<h1>My Portfolio</h1>
<hr>
</div>
<!-- end header -->
</div>
<!-- end row -->
<div class="row" id="portfolio-thumbs"></div>
</div>
</section>
<!-- End Work Section-->
<!-- About Section -->
<section id="about">
<div class="container content">
<div class="row">
<div class="col-12 header">
<h1>About Me</h1>
<hr>
</div>
<!-- end header -->
</div>
<!-- end row -->
<div class="row">
<div class="col-12 col-md-3 image">
<img class="img-fluid rounded-circle" src="img/profile-photo.jpeg" alt="A person working at an iMac with lines of code on its screen.
Photo by Lee Campbell on Unsplash">
</div>
<!-- end image -->
<div class="col-7 col-md-5 intro">
<h2>Introduction</h2>
<p>
Worked as IT Support Technician for about 4 years...
<br>
<br>Then I falled in love with Development and of course, a bit with Design. At this moment, I'm looking forward
to work as
<br>
<span class="featured-text">Web Developer</span>.
</p>
</div>
<!-- end intro -->
<div class="col-5 col-md-3 skill">
<h2>My Skills</h2>
<ul id="skill-list">
<li>
<i class="fas fa-check"></i> HTML5</li>
<li>
<i class="fas fa-check"></i> CSS</li>
<li>
<i class="fas fa-check"></i> JavaScript</li>
<li>
<i class="fas fa-check"></i> Ruby On Rails</li>
</ul>
</div>
<!-- end skills -->
</div>
<!-- end row -->
<div class="row">
<div class="col-12 main-text">
<h2>My Story</h2>
<p>
I have worked as IT Support Technician for about 4 years. I have met Web Programming during a challenging task in my last
job role as IT Support Technician. I have developed a Web Dashboard to monitor the incomming tickets of our team
(Help Desk) and a Stock Management System for another team in the company. At this moment, I‘m willing to work
as Web Developer.
</p>
</div>
<!-- end main-text -->
</div>
<!-- end container -->
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="container content">
<div class="row">
<div class="col-12 header">
<h1>Contact</h1>
<hr>
</div>
<!-- end header -->
</div>
<!-- end row -->
<div class="row">
<div class="col-12 social-network">
<h2>You can contact me here:</h2>
<div class="col-xs-12 col-md-12 text-center">
<ul id="social-network-links">
<li>
<a href="https://www.linkedin.com/in/rschneider94/" target="_blank">
<i class="fab fa-linkedin fa-3x"></i>
</a>
</li>
<li>
<a href="https://www.xing.com/profile/RodrigoSchneider_Wernke/" target="_blank">
<i class="fab fa-xing-square fa-3x"></i>
</a>
</li>
<li>
<a href="https://twitter.com/schneiderods" target="_blank">
<i class="fab fa-twitter-square fa-3x"></i>
</a>
</li>
<li>
<a href="https://github.com/RSchneider94" target="_blank">
<i class="fab fa-github-square fa-3x"></i>
</a>
</li>
</ul>
</div>
<!-- end social-network-links -->
</div>
<!-- end social-network column -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Contact Section -->
<!-- Footer -->
<footer class="text-center">
© Rodrigo Schneider 2018
</footer>
<!-- End Footer -->
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<!-- Bootstrap core JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" charset="utf-8"></script>
<!-- Scripts JS (Own JS) -->
<script src="js/work.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>