-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTools.html
63 lines (53 loc) · 2.33 KB
/
Tools.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="hi">
<meta name="keywords" content="hi">
<meta name="author" content="Genesis I.T">
<title>Genesis I.T website</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1>Genisis I.T website</h1>
</div>
<nav>
<ul>
<li><a href = "index.html">Home</a></li>
<li><a href = "personal_team_information.html">Team Profile</a></li>
<li><a href = "ideal_jobs_industry_data.html">Our ideal jobs and industry data</a></li>
<li><a href = "IT_work.html">Our IT Work</a></li>
<li><a href = "IT_technologies.html">Our IT technologies</a></li>
<li><a href = "project_ideas.html">Our Project Idea</a></li>
<li><a href = "Project_description.html">Project description</a></li>
<li><a href = "Project_description(part2).html">Project description (part 2)</a></li>
<li class="current"><a href = "Tools.html">Project Tools</a></li>
<li><a href = "Skills_and_Jobs.html">Skills and jobs</a></li>
</ul>
</nav>
</div>
</header>
<section id="belowbackground">
<div class="container">
</section>
<section id="main">
<div class="container">
<article id="main-col">
<h1 class="page-title">Project Tools</h1>
<h4>Tools</h4>
<p>The link to your group’s website <br>
<a href='https://knframe2.github.io/Genisis-I.T/'>Group's Website</a> <br> <br>
The link to your group’s Git repository (GitHub) <br>
<a href='https://github.com/knframe2/Genisis-I.T'>Group's Git repository</a> <br> <br>
Your comments on how well the audit trail on the Git repository reflects your group’s work.<br>
You will presumably only be able to do this close to the time of submission. </p>
<body>
<h4>Genesis I.T A4 Video</h4>
<a href='https://youtu.be/EMrC-wmg5vE'>https://youtu.be/EMrC-wmg5vE</a>
</body>
</div>
</section>