forked from RossMdevs/rossmdevs.me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (100 loc) · 2.99 KB
/
index.html
File metadata and controls
112 lines (100 loc) · 2.99 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Ross M. - Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Ross M.</a>
<nav id="nav">
<a href="/">Home</a>
<a href="#">#</a>
<a href="#">#</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<h1>Ross L. Mersch</h1>
<p>A Static Site & Small app Developer</p>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<div class="flex flex-3">
<article>
<header>
<h3>EHAPP<br /> Simple open-sourced electron app</h3>
</header>
<p>A prototype developed by me and a budy named Intel</p>
<footer>
<a href="http" class="button special">Visit 6.0</a>
</footer>
</article>
<!--<article>
<header>
<h3>Interdum lorem pulvinar<br /> adipiscing vitae</h3>
</header>
<p>Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna a ullamcorper laoreet, lectus arcu.</p>
<footer>
<a href="#" class="button special">More</a>
</footer>
</article>
<article>
<header>
<h3>Libero purus magna sapien<br /> sed ullamcorper</h3>
</header>
<p>Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna a ullamcorper laoreet, lectus arcu.</p>
<footer>
<a href="#" class="button special">More</a>
</footer>
</article><-->
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style1 special">
<div class="inner">
<header>
<h2>The Team <font size="1">(Only me)</font></h2>
<p>It's only me here, :)</p>
</header>
<div class="flex flex-4">
<div class="box person">
<div class="image round">
<img src="images/ross.jpg" alt="Person 1" />
</div>
<h3>Ross M.</h3>
<p>Owner of Site & Developer</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
© Ross M.. Design: <a href="https://templated.co">TEMPLATED</a>.
</div>
<ul class="icons">
<li><a href="https://twitter.com/mersch_ross" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<meta property="og:title" content="RossM - Home">
<meta property="og:description" content="A simple static site">
</body>
</html>