-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (176 loc) · 5.3 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
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
<!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="css/reset.css" />
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="css/landscape.css"
media="only screen and (orientation: landscape)"
/>
<link
rel="stylesheet"
href="css/portrait.css"
media="only screen and (orientation: portrait)"
/>
<link rel="stylesheet" href="css/webkit.css" />
<title>Portfolio</title>
</head>
<body>
<main>
<header>
<h1>Portfolio - Axel Thornberg</h1>
</header>
<h2>Webbserverprogrammering 1</h2>
<section>
<article>
<a href="projects/project_01/" target="_blank"
><img src="" alt="" />
<h3>Projekt 01</h3></a
>
</article>
<article>
<a href="projects/datamodellering/" target="_blank"
><img src="" alt="" />
<h3>Databasfrågor</h3></a
>
</article>
<article>
<a href="projects/sql/" target="_blank"
><img src="" alt="" />
<h3>SQL</h3></a
>
</article>
<article>
<a href="projects/project_02/" target="_blank"
><img src="" alt="" />
<h3>Projekt 02</h3></a
>
</article>
<article>
<a href="projects/webbserver_final_planning/" target="_blank"
><img src="" alt="" />
<h3>Webbserver: Planering</h3></a
>
</article>
<article>
<a href="projects/webbserver_final_documentation" target="_blank"
><img src="" alt="" />
<h3>Webbserver: Slutprojekt</h3></a
>
</article>
</section>
<h2>Webbutveckling 2</h2>
<section>
<article>
<a href="https://www.freecodecamp.org/AxelNTI" target="_blank"
><img src="images/MicrosoftTeams-image.png" alt="" />
<h3>FreeCodeCamp</h3></a
>
</article>
<article>
<a href="projects/final_project" target="_blank"
><img src="images/image.png" alt="" />
<h3>Slutprojekt</h3></a
>
</article>
<article>
<a href="projects/final_project/planning" target="_blank"
><img src="images/image.png" alt="" />
<h3>Planering</h3></a
>
</article>
<article>
<a href="projects/final_project/documentation" target="_blank"
><img src="images/image.png" alt="" />
<h3>Dokumentation</h3></a
>
</article>
</section>
<h2>Webbutveckling 1</h2>
<section>
<article>
<a href="https://itgwebb.se/klass/te21h/axel" target="_blank"
><img src="images/portfolio.jpg" alt="" />
<h3>Portfolio</h3></a
>
</article>
<article>
<a
href="https://itgwebb.se/klass/te21h/axel/other_projects/stellaris_acot/html/00_stellaris_acot.html"
target="_blank"
><img src="images/acot.png" alt="" />
<h3>Stellaris ACOT</h3></a
>
</article>
<article>
<a
href="https://itgwebb.se/klass/te21h/axel/other_projects/stellaris_mods/"
target="_blank"
><img src="images/mods.png" alt="" />
<h3>Stellaris Mods</h3></a
>
</article>
<article>
<a
href="https://itgwebb.se/klass/te21h/axel/other_projects/stellaris_caloctoran/"
target="_blank"
><img src="images/caloctoran.jpg" alt="" />
<h3>Slutprojekt</h3></a
>
</article>
</section>
<h2>Programmering 1</h2>
<section>
<article>
<a
href="https://replit.com/@AxelThornberg1/Text-Adventure"
target="_blank"
><img src="images/text-adventure.png" alt="" />
<h3>Text-Adventure</h3></a
>
</article>
<article>
<a
href="https://replit.com/@AxelThornberg1/Slutprojekt-Programmering-1"
target="_blank"
><img src="images/slutprojekt.png" alt="" />
<h3>Slutprojekt</h3></a
>
</article>
</section>
<h2>Tillämpad programmering</h2>
<section>
<article>
<a
href="https://axelnti.github.io/fara_eller_framtid/"
target="_blank"
><img
src="images/fara_eller_framtid.png"
alt="'fara eller framtid' Logo"
/>
<h3>Fara eller Framtid?</h3>
</a>
</article>
<article>
<a
href="https://play.unity.com/mg/other/webgl-builds-318225"
target="_blank"
><img src="" alt="" />
<h3>Tactical Command</h3>
</a>
</article>
<article>
<a href="https://github.com/axelNTI/caloc_trade_farm" target="_blank"
><img src="images/caloctoran.jpg" alt="" />
<h3>Slutprojekt</h3>
</a>
</article>
</section>
</main>
<footer></footer>
</body>
</html>