-
Notifications
You must be signed in to change notification settings - Fork 0
/
footerMain.php
62 lines (50 loc) · 2.12 KB
/
footerMain.php
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
<?php
echo '
<hr class="rounded">
<div class="socialBar" style="width: 100%;">
<div class="socialProps">
<a class="link4" href="https://www.instagram.com/schuyler_meyer/" title="Instagram @schuyler_meyer">
<img class="socialHover" src="Instagram_3.png" alt="instagram.com/schuyler_meyer">
</a>
</div>
<div class="socialProps">
<a class="link4" href="https://twitter.com/schuylermeyer24" title="Twitter @schuylermeyer24">
<img class="socialHover" src="Twitter_3.png" alt="twitter.com/schuylermeyer24" >
</a>
</div>
<div class="socialProps">
<a class="link4" href="https://www.flickr.com/photos/schuyler_meyer/albums" title="Flickr @ Schuyler Meyer">
<!--<button class="imgSocial" title="Flickr @ Schuyler Meyer">-->
<img class="socialHover" src="Flickr_3.png" alt="flickr.com/photos/schuyler_meyer">
</a>
</div>
<div class="socialProps">
<a class="link4" href="https://www.linkedin.com/in/schuyler-meyer/" title="LinkedIn @ Schuyler Meyer">
<img class="socialHover" src="LinkedIn.png" alt="linkedin.com/in/schuyler-meyer">
</a>
</div>
<div class="socialProps">
<a class="link4" href="https://www.deviantart.com/akatsukirising" title="DeviantArt @AkatsukiRising">
<img class="socialHover" src="DeviantArt_3.png" alt="deviantart.com/akatsukirising" >
</a>
</div>
<div class="socialProps">
<a class="link4" href="mailto:schuybreach@gmail.com" title="Email @ schuybreach@gmail.com">
<img class="socialHover" src="Email.png" alt="Email: schuybreach@gmail.com">
</a>
</div>
</div>
<hr class="rounded">
<br>
<br>
<h4 style="text-align:center;color:#8b8e91;font-size:64px;font-family:verdana;margin: 0;" title="Schuyler Meyer">
<img class="glowFade" alt="Schuyler Meyer" src="SMLogo2021Color.png" width="250">
</h4>
<p id="p01">© Schuyler Meyer
<b>| 2019 —
<script>document.write(new Date().getFullYear())</script>
|</b>
<a class="link3" href="readmeText.html" target="_self" title="Readme"> <u>README</u> </a>
</p>
';
?>