-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (56 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="./assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<title>Responsive</title>
</head>
<body>
<div class="header">
<div class="navbar">
<div class="row">
<div class="col-1 offset"></div>
<div class="col-s-4 col-3 ownName">
<h2>Edgar Burelo</h2>
</div>
<div class="col-2 offset col-of"></div>
<div class="col-s-8 col-5">
<div class="linkContainer">
<ul class="hedul">
<li class="hedli border1 begin1"><a class="onIt" href="index.html">About</a></li>
<li class="hedli border1"><a href="portfolio.html">Portfolio</a></li>
<li class="hedli"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-1 offset"></div>
</div>
</div>
</div>
<div class="content">
<div class="row">
<div class="col-2 offset"></div>
<div class="col-s-12 col-8 contentContainer">
<h2 class="contetHeadding">About Me</h2>
<hr>
<div class="imgCont">
<img src="assets/images/Foto.png" alt="god" class="godDog"/>
</div>
<div>
<p class="paraG">I’m a Mechatronics Engineer with 5 years experience as process consultant. Focused in project management and process redesign to increase cost effectiveness in the companies.</p>
<p class="paraG">Computers and automations are my passion since the beginning. I really like to solve operational and administrative industry problems with technology, design and implement solutions that helps the user and the company to achieve better results and continuous improvement.</p>
<p class="paraG">I have experience with web development tech like JavaScript, HTML, CSS, PHP and MySQL as advance knowledge of ms Excel, Word and PowerPoint. I’m looking to create Full Stack solutions for companies that are looking to standardize processes and be more competitive.</p>
</div>
</div>
<div class="col-3 offset"></div>
</div>
</div>
<footer class="footer">
<div class="upFooter"></div>
<div class="downFooter"><p>Copyright ©</p></div>
</footer>
</body>
</html>