-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (105 loc) · 3.81 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
<!DOCTYPE HTML>
<!--
My landing page
-->
<html>
<head>
<title>Steven's Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<title>Steven's portfolio</title>
<link rel="icon" href="favicon.ico">
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<div class="inner">
<h1><strong>Steven's Portfolio</strong><br /></h1>
<p>This digital portfolio contains my work and qualifications.<br />
Email: stevennumber14@gmail.com</p>
</div>
</section>
<!-- My Work -->
<section id="myWork" class="main style2 special">
<div class="container">
<header class="major">
<h2>Web Development Examples</h2>
</header>
<!-- Combined Rows -->
<div class="row gtr-150">
<div class="col-4 col-12-medium">
<a href="example_3\index.html"><span class="image fit"><img src="images/html.jpg" alt="example"></span></a>
<h3>Responsive Bootstrap</h3>
<p>Bootstrap scales to different screen sizes. Desktop, tablet and mobile.</p>
<ul class="actions special">
<li><a href="example_3\index.html" class="button">View</a></li>
</ul>
</div>
<div class="col-4 col-12-medium">
<span class="image fit"><a href="example_2\index.html"><img src="images/keanureeves.jpg" alt="example"></a></span>
<h3>More Bootstrap</h3>
<p>Using bootstrap helps make beautiful web pages quickly.</p>
<ul class="actions special">
<li><a href="example_2\index.html" class="button">View</a></li>
</ul>
</div>
<div class="col-4 col-12-medium">
<span class="image fit"><a href="Wordpress/homepage.html"><img src="Wordpress/images/wordpress-thumbnail-v3.png" alt="example"></a></span>
<h3>Wordpress</h3>
<p>Screenshots of my Wordpress projects</p>
<ul class="actions special">
<li><a href="Wordpress/homepage.html"></a></li>
</ul>
</div>
<div class="col-4 col-12-medium">
<span class="image fit"><a href="content-creation/content-creation.html"><img src="content-creation/content-creation-thumbnail-v2.png" alt="content-creation"></a></span>
<h3>Content Creation</h3>
<p>Content Creation for Social Media</p>
<ul class="actions special">
<li><a href="content-creation\content-creation.html" class="button">View</a></li>
</ul>
</div>
<div class="col-4 col-12-medium">
<span class="image fit"><a href="Simon-Game/index.html"><img src="images/simon-v4.jpg" alt="example"></a></span>
<h3>Simon Game</h3>
<p>A Simon Game in Javascript</p>
<ul class="actions special">
<li><a href="Simon-Game/index.html" class="button">View</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Education and Skills -->
<section class="main style2 special">
<div class="container">
<header>
<h2>Education and Skills</h2>
</header>
<div>
BSc Hons Natural Science Physics<br>
Full Stack Web Development & Wordpress<br>
Digital Marketing & Content Creation<br>
Data Science, Machine Learning & Deep Learning<br>
Diploma Graphics
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<h3>My Github</h3>
<ul class="icons">
<li><a href="/~https://github.com/steven-14" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>