-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster-thesis.html
93 lines (77 loc) · 3.2 KB
/
master-thesis.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Github Pages">
<meta name="description" content="MDEF documentation site for Your Name">
<title>Your name - MDEF</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon.svg">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<a href="index.html">Home</a>
<a href="term1/index.html">Term 1</a>
<a href="term2/index.html">Term 2</a>
<a href="term3/index.html">Term 3</a>
<a href="master-thesis.html">Master Thesis</a>
<a href="about.html">About me</a>
</div>
</div>
<div class="content">
<h1>My Master Thesis example</h1>
<p>This is where I will start defining my Master Thesis idea and start to get use to the documentation process.</p>
<h2>Research</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p
<quote>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</quote>
<h2>2D and 3D Modeling</h2>
<p>Add here your modeling and design.</p>
<h2>Some other section</h2>
<p>This is an updated text.</p>
<hr />
<h2>Materials</h2>
<table border="1">
<thead>
<tr>
<th>Qty</th>
<th>Description</th>
<th>Price</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material one </td>
<td>22.00 $</td>
<td>https://amazon.com/testoe</td>
<td>Order many</td>
</tr>
<tr>
<td>Material two </td>
<td>22.00 $</td>
<td>https://amazon.com/testoe</td>
<td></td>
</tr>
<tr>
<td>Material three </td>
<td>22.00 $</td>
<td>https://amazon.com/testoe</td>
<td></td>
</tr>
<tr>
<td>Material four </td>
<td>22.00 $</td>
<td>https://amazon.com/testoe</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<footer>
<p>Copyright 2023 <Your name> - Creative Commons Attribution Non Commercial </p>
<p>Source code hosted at <a href="{{repo_url}}">{{repo_name}}</a></p>
</footer>
</body>
</html>