-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (84 loc) · 3.46 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Dan's Level 2 - Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://www.holbertonschool.com/level2/holberton.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<script src="behavior.js"></script>
</head>
<body class="works_on_smartphone">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header>
<div class="right">
<ul>
<li class="logo">☎</li>
<li><a href="index.html">Index</a></li>
<li><a href="tweets.html">Tweets</a></li>
<li><a href="cygwin.html">Cygwin</a></li>
</ul>
<div class="fb-share-button" data-href="http://173.246.107.219/" data-layout="button_count"></div></div>
</header>
<main>
<article>
<h1>Hi, my name is Daniel!</h1>
<p>This is my first web page :)</p>
<h2>I am excited to be using SSH</h2>
<p>I was easily able to set up the website on my MacBook because
OS X comes with a built-in terminal.<p>
<p> I really liked logging in to a remote server and doing
everything from the shell.</p>
<h3>I learned to set it up on Windows because I like a
challenge!</h3>
<p>In order to do this, I used cygwin. I've also done a couple of
other things which I have yet to decide to write about.</p>
<p>Here is a clickable image to the cygwin project:</p>
<a href="https://www.cygwin.com">
<img alt="cygwin logo" style="width:128px;height=128px;" src="https://upload.wikimedia.org/wikipedia/commons/2/29/Cygwin_logo.svg"></a>
<h2>Here are my tweets!</h2>
<p>(Click the twitter image)</p>
<a href="tweets.html">
<img alt="twitter logo" src="http://seeklogo.com/images/T/twitter-2012-positive-logo-916EDF1309-seeklogo.com.gif">
</a>
</article>
<aside><div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//danlevel2.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript></aside>
</main>
<footer>
<p>Made
by <a href="https://twitter.com/dalzuga"
target="_blank">Daniel
Alzugaray</a>
for <a href="https://www.holbertonschool.com"
target="_blank">Holberton
School</a></p>
</footer>
<script id="dsq-count-scr" src="//danlevel2.disqus.com/count.js" async></script>
</body>
</html>