-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeveloper.html
More file actions
56 lines (54 loc) · 1.96 KB
/
developer.html
File metadata and controls
56 lines (54 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Fitzwilliam Darcy</title>
</head>
<body>
<div class="container">
<p><span class="bold"> fitzdarcy@home:~$</span> darcy --hilal</p>
<p>
Hi there! I'm glad you made it here :) My name is Hilal and I'm the
developer of Mr. Darcy's terminal themed web page. The site is open
source on GitHub and I'll provide a link to the repo in a minute.
<br />
I made this site just to try and see if I can. There could be any other
types of pages depending on the needs of the owner. It may be a good
idea to have a website like this if you know that your audience is
mostly developers or computer
<i style="font-weight: 300">geeks.</i> However, in any other
possibilities having a GUI with beautiful colors and
<b> CLICKABLE </b> links is kind of a must. :) Yes, you can't click
links here. I know, it sucks. But it is how it is. <br />
</p>
<p>
Get in touch with me and see my other projects ->
<span class="link">https://gecicidegisken.github.io/</span>
</p>
<p>
See the repo of this site ->
<span class="link"
>https://github.com/gecicidegisken/terminal-themed-website</span
>
</p>
<p>
Type darcy --help to see where you can go from here or darcy --home to
go back homepage. Hit tab to focus on the command line.
</p>
<!-- <p class="cl">
<span class="bold"> fitzdarcy@home:~$ </span>
<span
id="input"
class="input"
contenteditable="true"
autofocus
tabindex="1"
></span>
</p> -->
</div>
<script src="script.js"></script>
</body>
</html>