-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (79 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<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="description" content="Stephan Stylianides - Full Stack Developer">
<meta name="keywords" content="portfolio, stephanstylianides, HTML, CSS, JS, JavaScript, fullstack, full-stack, front-end, frontend, web development">
<meta name="author" content="Stephan Stylianides">
<title>Stephan Stylianides - Full Stack Developer</title>
<!-- Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Logo image, and Title -->
<div class="container">
<header class="row">
<div class="col-md-3">
<img class="title-logo" src="images/bulb.png" alt="lightbulb logo">
</div>
<div class="col-md-9 text-right text-uppercase">
<h1 class="title-super text-thin">Stephan Stylianides</h1>
<h4>Full Stack Developer</h4>
</div>
</header>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive main-pic" src="images/main_pic2.jpg" alt="web developer code">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2 class="text-muted">Featured Work</h2>
</div>
</div>
<!-- Main content -->
<main class="row text-center">
<!-- Work one -->
<article class="col-md-4">
<a href="https://github.com/sstylianides/movie_trailer" target="_blank"><img class="img-responsive" src="images/fw1.png" alt="Extra Fresh Movie Trailers">
<h3 class="text-uppercase">Extra Fresh Movie Trailers</h3>
<p>https://github.com/sstylianides/movie_trailer</p></a>
</article>
<!-- Work two -->
<article class="col-md-4">
<a href="http://codepen.io/stylianides/full/EmjLNq/" target="_blank"><img class="img-responsive" src="images/bf_skinner.png" alt="Tribute to B.F. Skinner">
<h3 class="text-uppercase">Tribute to B.F. Skinner</h3>
<p>http://codepen.io/stylianides/full/EmjLNq/</p> </a>
</article>
<!-- Work three -->
<article class="col-md-4">
<a href="https://github.com/sstylianides/portfolio_page" target="_blank"><img class="img-responsive" src="images/my_portfolio.png" alt="My Portfolio Page">
<h3 class="text-uppercase">My Portfolio Page</h3>
<p>https://github.com/sstylianides/portfolio_page</p></a>
</article>
</main>
<br>
<!-- Footer -->
<div class="row">
<div class="col-md-12">
<hr>
<footer class="text-center">
<p>Written and coded by <a href="https://profiles.udacity.com/p/3486498622" target="_blank">Stephan Stylianides</a>.</p>
<br>
</footer>
</div>
</div>
</div>
</body>
</html>