-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocials.html
176 lines (152 loc) · 8.35 KB
/
socials.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="CSS/socials.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"> </script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"> </script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<title>Aran Jannson | Find Me</title>
<h1 style="text-align: center; color:white; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; padding-top: 20px; background-color: #2d2d2d;">
Aran Jannson
<hr style="height:2px; color:black; border-width:0; background-color:black;">
</h1>
<!-- Desktop Version -->
<article class="desktop-display">
<table class="headerTitle">
<tr>
<th style="width: 50%;" >
<h1 style="font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 80px;">Find Me On</h1>
</th>
<th style="width: 50%; vertical-align: middle; margin: auto;">
<li class="list-unstyled" style="padding: 10px;">
<button onclick="window.open('https://www.linkedin.com/in/aranjannson/');" type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="https://img.icons8.com/color/48/000000/linkedin.png"/>
<h3>LinkedIn</h3>
</button>
</li>
<li class="list-unstyled" style="padding: 10px;">
<button onclick="window.open('https://github.com/AranJannson');" type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="https://img.icons8.com/ios-filled/50/000000/github.png"/>
<h3>GitHub</h3>
</button>
</li>
<li class="list-unstyled" style="padding: 10px;">
<button onclick="window.open('https://gitlab.com/AranJannson');"type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="https://img.icons8.com/color/48/000000/gitlab.png"/>
<h3>GitLab</h3>
</button>
</li>
<li class="list-unstyled" style="padding: 10px;">
<button onclick="parent.location='mailto:[email protected]'"type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="Pictures/email_white_48dp.svg">
<h3>Email</h3>
</li>
</th>
</tr>
</table>
</article>
<!-- Mobile Version -->
<article class="mobile-display">
<table class="headerTitle">
<tr>
<h1 style="font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 80px; text-align: center; color:white; padding-top: 20px;">Find Me On</h1>
<th style="width: 100%; vertical-align: middle; margin: auto;">
<li class="list-unstyled" style="padding: 10px;">
<button onclick="window.open('https://www.linkedin.com/in/aranjannson/');" type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="https://img.icons8.com/color/48/000000/linkedin.png"/>
<h3>LinkedIn</h3>
</button>
</li>
<li class="list-unstyled" style="padding: 10px;">
<button onclick="window.open('https://github.com/AranJannson');" type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="https://img.icons8.com/ios-filled/50/000000/github.png"/>
<h3>GitHub</h3>
</button>
</li>
<li class="list-unstyled" style="padding: 10px;">
<button onclick="window.open('https://gitlab.com/AranJannson');"type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="https://img.icons8.com/color/48/000000/gitlab.png"/>
<h3>GitLab</h3>
</button>
</li>
<li class="list-unstyled" style="padding: 10px;">
<button onclick="parent.location='mailto:[email protected]'"type="button" class="btn btn-dark" style="width: 60%; border-radius: 10px;">
<img src="Pictures/email_white_48dp.svg">
<h3>Email</h3>
</li>
</th>
</tr>
</table>
</article>
<footer class="mainfooter" role="contentinfo" style="padding-top: 0px;">
<div class="footer-middle">
<div class="container">
<div class="row" style="padding-bottom: 30px;">
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4>Pages</h4>
<ul class="list-unstyled">
<li> <a href="index.html"> Home </a> </li>
<li> <a href="socials.html"></a> Socials </li>
<li> <a href="#"> </a></li>
<li> <a href="#"></a></li>
<li> <a href="#"></a></li>
<li> <a href="#"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4>Important Information</h4>
<ul class="list-unstyled">
<li><a href="#">Privacy Policy</a> </li>
<li><a href="#"></a> </li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4> Externel Links </h4>
<ul class="list-unstyled">
<li> <a href="#"> </a> </li>
<li> <a href="#"> </a> </li>
<li> <a href="#"></a> </li>
<li> <a href="#"> </a> </li>
<li> <a href="#"></a> </li>
</ul>
</div>
</div>
<!-- <div class="col-md-3">
<h4> Follow Me </h4>
<ul class="social-network social-circle">
<li> <a href="#" class="icoFacebook" title="Facebook"> <i class="fa fa-facebook"> </i> </a> </li>
<li> <a href="https://www.linkedin.com/in/aranjannson/" class="icoLinkedin" title="Linkedin"> <i class="fa fa-linkedin"> </i> </a> </li>
<li> <a href="#"> <i class="fa fa-youtube" aria-hidden="true"> </i> </a> </li>
</ul>
</div> -->
<div class="col-md-3">
<h4 style="color: cornsilk;">Powered by TwentyDimension</h4>
</div>
</div>
<div class="row">
<div class="col-md-12 copy">
<p style="text-align: center;">Icons From <a style="text-decoration: underline; color: #3B5998;" target="_blank" href="https://material.io/resources/icons/?style=round">Google</a> and <a style="text-decoration: underline; color: #3B5998;" target="_blank" href="https://icons8.com/">Icons8</a></p>
<p class="text-center"> Copyright © 2023 Aran Jannson - All Rights Reserved. </p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>