-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (88 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111693036-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111693036-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="web designer, website, websites, web developer, web development, developer, internet, internet website, www, creating websites, frontend, front-end, github, linkedin, adam, lukasiewicz, adam lukasiewicz">
<meta name="description" content="Web Designer & Front-end Developer specialized in creating well-optimized landing pages and helping visitors getting to know your product.">
<meta name="author" content="Adam Lukasiewicz">
<meta property="og:title" content="Adam Lukasiewicz - Web Developer" />
<meta property="og:description" content="Web Designer & Front-end Developer specialized in creating well-optimized landing pages and helping visitors getting to know your product." />
<meta property="og:image" content="http://admlkswcz.bitballoon.com/img/coding.jpg" />
<meta property="og:url" content="http://admlkswcz.bitballoon.com" />
<meta property="og:site_name" content="Adam Lukasiewicz - Web Developer" />
<title>Adam Lukasiewicz - Web Developer</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin-ext" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/styles.min.css" rel="stylesheet">
</head>
<body>
<!-- Intro Header -->
<header class="intro"></header>
<!-- Work Section -->
<section id="portfolio" class="content-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Recent projects</h1>
<hr class="title"></hr>
</div>
</div>
<div id="works" class="row">
<!-- here comes js code -->
</div>
<p class="text-center more-space">| More coming soon |</p>
</div>
</section>
<!-- Skills Section -->
<section id="about" class="content-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>My skills</h1>
<hr class="title"></hr>
<div class="row text-center small-break" id="skills">
<!-- here comes js code -->
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="content-section">
<div class="container">
<h1>Let's get in touch</h1>
<hr class="title"></hr>
<div class="row">
<div class="col-md-offset-2 col-md-8 clmns">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom JavaScript -->
<script src="js/script.min.js"></script>
</body>
</html>