forked from wessamabdelwahab/scm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (54 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="CSDO1020.css">
<link rel="icon" href="DevOps-icon.png" type="image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<title>Source Control Management (SCM)</title>
</head>
<body class="body">
<div class="header">
<h1>VCS and GIT</h1>
</div>
<div class="row">
<div class="col-3 col-s-3 menu">
<BR/>
<img src="lion-logo.png" alt="YU" width="310" height="210">
</div>
<div class="col-6 col-s-9">
<div>
<h2>
<a id="scm">VCS</a>
</h2>
<div class="video-container">
<iframe width="400" src="https://www.youtube.com/embed/xQujH0ElTUg" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div>
<h2>
<a id="scm">GIT</a>
</h2>
<div class="video-container">
<iframe width="400" src="https://www.youtube.com/embed/jUlT-zQ-mbk" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="col-3 col-s-12">
<div class="aside">
<div id="DateTime"></div>
</div>
<BR/>
<div class="aside">
<div id="hostname"></div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
</div>
</div>
<div class ="footer">
<p>Exploring the Power of SCM</p>
</div>
<script lang="text/javascript" src="CSDO1020.js"></script>
</body>
</html>