-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
223 lines (204 loc) · 6.97 KB
/
email.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>MartyOS</title>
<link rel="stylesheet" href="styles.css" />
<link href="https://fonts.cdnfonts.com/css/common-pixel" rel="stylesheet" />
<style>
.owl_bar {
width: 100%;
height: 30px;
background-color: #666;
}
.social-links {
position: fixed;
top: 30%;
right: 50%;
left: 100px;
transform: translateY(-50%);
margin: 50px;
margin-bottom: 500px;
padding: 100px;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.social-links a {
display: block;
margin-bottom: 10px;
color: #fff;
text-decoration: none;
}
</style>
</head>
<body>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Top Navigation Menu -->
<div class="topnav">
<a href="index.html">Marty_OS</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="index.html">Home</a>
<a href="email.html" class="active">Contact</a>
<a href="music.html">Music</a>
<a href="games.html">Projects</a>
<a href="blender.html">Silly CGI</a>
<a href="hooty.html">Hooty The Owl</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="menuFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="main">
<!-- Draggable DIV -->
<!-- <div id="mydiv">
Include a header DIV with the same name as the draggable DIV, followed by "header"
<div id="mydivheader">
<a href="index.html" class="previous round">‹</a> Contact Marty
by Email
</div>
<p>
Please enter your information and i will get back to you as soon as
possible
</p>
<form method="post" name="myemailform" action="form-to-email.php">
Name: <input type="text" name="name" />
<br />
E-mail: <input type="text" name="email" />
<br />
Message: <textarea name="message"></textarea>
<br />
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</form>
<form
action="mailto:[email protected]"
method="post"
enctype="text/plain"
>
Name:<br />
<input type="text" name="name" /><br />
E-mail:<br />
<input type="text" name="mail" /><br />
Comment:<br />
<input type="text1" name="comment" size="150" /><br /><br />
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</form>
</div> -->
<div class="top_bar"></div>
<div class="left_bar" style="z-index: 99">
<div class="computersquare">
<a href="index.html"> <img src="images/computer.png" /></a>
<div class="iconWords1">COMPUTER</div>
</div>
<div class="emailsquare">
<a href="email.html"><img src="images/email.png" /></a>
<div class="iconWords2">CONTACT</div>
</div>
<div class="gamessquare">
<a href="games.html"><img src="images/disk2.png" /></a>
<div class="iconWords5">PROJECTS</div>
</div>
<div class="musicsquare">
<a href="music.html"><img src="images/music.png" /></a>
<div class="iconWords4">MUSIC</div>
</div>
<div class="blendsquare">
<a href="blender.html"><img src="images/blendericon.png" /></a>
<div class="iconWords3">BLENDER</div>
</div>
<div class="hootysquare">
<a href="hooty.html"><img src="images/hooty.png" /></a>
<div class="iconWords6">HOOTY</div>
</div>
<div
class="miscsquare"
style="background-color: none; visibility: hidden"
>
<img src="images/folder.png" style="width: 175px" />
<div class="iconWords5">FILE</div>
</div>
</div>
<!-- <div class="main">
<span class="talk"
><img src="images/talkboxedit.png" style="width: 500px" />
<span class="talk talkwords">HI!</span>
</span>
</div> -->
<div class="right_bar">
<div class="hooty">
<img src="images/owlno.png" />
</div>
</div>
<div class="bottom_bar">
<div class="startIcon">
<div class="popup" onclick="myFunction()">
LINKS
<span class="popuptext" id="myPopup">
<div class="martymenu">
->Made by MARTY <br /><br />
MARTY'S
<a href="https://martychouette.github.io/">RESUME</a
><br /><br />
MARTY'S
<a href="https://www.linkedin.com/in/martyscott64/">LINKEDIN</a
><br /><br />
MARTY'S
<a href="https://github.com/MartyChouette">GITHUB</a
><br /><br />
<!-- MARTY'S
<a href="https://dev.to/martychouette"> DEV.TO</a><br /><br /> -->
<!-- ABOUT MARTY
<a href="url">link text</a><br /><br />
ABOUT HOOTY
<a href="url">link text</a><br /><br />
SITES SOURCE CODE
<a href="url">link text</a><br /><br /> -->
</div>
</span>
</div>
</div>
<div class="clock" id="clock"></div>
<script>
function updateClock() {
const now = new Date();
let hours = now.getHours();
const minutes = now.getMinutes();
const seconds = now.getSeconds();
let ampm = hours >= 12 ? "PM" : "AM";
// Convert hours to 12-hour format
hours = hours % 12 || 12;
const timeString = `${hours}:${minutes < 10 ? "0" : ""}${minutes}:${
seconds < 10 ? "0" : ""
}${seconds} ${ampm}`;
document.getElementById("clock").textContent = timeString;
}
setInterval(updateClock, 1000);
</script>
</div>
<div class="social-links">
<a href="https://www.linkedin.com/in/martyscott64/">
<i class="fa fa-linkedin"></i> LinkedIn
</a>
<a href="https://github.com/MartyChouette">
<i class="fa fa-github"></i> GitHub
</a>
<a href="https://martychouette.itch.io/">
<i class="fa fa-itch-io"></i> Itch.io
</a>
<!-- <a href="https://dev.to/martychouette">
<i class="fa fa-dev"></i> Dev.to
</a> -->
</div>
</div>
</body>
<script src="index.js"></script>
</html>