-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (123 loc) · 3.87 KB
/
Copy pathindex.html
File metadata and controls
123 lines (123 loc) · 3.87 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
WebDesignerCameron
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="">
</head>
<body>
<header>
<a href="#" class="main-text">
Hi, I'm WebDesignerCameron!
</a>
<br>
<br>
<nav class="header-nav">
<a href="#a">
Introduction
</a>
<a href="#b">
My stack
</a>
<a href="#c">
WDC Services
</a>
<a href="#">
Links
</a>
</nav>
</header>
<main>
<section class="hero" id="a">
<h2>Introduction</h2>
<p>
Hi, I'm Cameron, a
full-stack developer
with roots in a lot of
programming languages.
Currently,
WebDesignerCameron Sites
and WebDesignerCameron
Code are my main source
of income.
</p>
</section>
<br>
<section class="stack" id="b">
<h2>My Stack</h2>
<h3>Daily Tools</h3>
<ul>
<li>• Linux</li>
<li>• HTML</li>
<li>• CSS</li>
<li>• GitHub</li>
<li>• C++</li>
<li>• FormSpree</li>
<li>• SCSS</li>
</ul>
<h3>Meh</h3>
<ul>
<li>• JS</li>
<li>• Yaml</li>
<li>• Bash</li>
<li>• CFF</li>
</ul>
<h3>Who?</h3>
<ul>
<li>• Java</li>
<li>• D</li>
<li>• Rust</li>
<li>• C#</li>
<li>• React</li>
</ul>
<h3>Yuck</h3>
<ul>
<li>• Firebase</li>
<li>• Windows</li>
</ul>
</section>
<hr>
<section class="serv" id="c">
<h2>WDC Services</h2>
<a href="https://webdesignercameron.github.io/WebDesignerCameronSites">
WebDesignerCameron
Sites
</a>
<br>
<a href="https://webdesignercameron.github.io/WebDesignerCameronCode">
WebDesignerCameron Code
</a>
<br>
<a href="https://webdesignercameron.github.io/WebDesignerCameronProjects">
WebDesignerCameron
Projects
</a>
<br>
<a href="https://webdesignercameron.github.io/WebDesignerCameronAsk">
WebDesignerCameron Ask
</a>
</section>
<hr>
<section class="links" id="d">
<h2>Link</h2>
<a href="https://github.com/WebDesignerCameron">
WebDesignerCameron GitHub
</a>
</section>
</main>
<footer>
<a href="https://github.com">
Made with GitHub
</a>
<br>
<a href="https://github.com/WebDesignerCameron">
<sup>Created By</sup>
WebDesignerCameron
</a>
</footer>
</body>
</html>