-
Notifications
You must be signed in to change notification settings - Fork 0
/
recordInst.php
86 lines (71 loc) · 2.98 KB
/
recordInst.php
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
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>LeagueLights Upload Video</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/shop-homepage.css" rel="stylesheet">
<link href="css/leaguelights.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container">
<p class="navbar-brand">LeagueLights</p>
</div>
</nav>
<div class="container py-5">
<div class="row my-4">
<div class="col-md-2"></div>
<img class="img-responsive col-md-8" src="img/downloadReplay.PNG"></img>
<div class="col-md-2"></div>
<div class="col-md-2"></div>
<h4 class="text-center col-md-8">1. Open your Match History in the League of Legends client, and press download the replay button.</h4>
<div class="col-md-2"></div>
</div>
<div class="row my-4">
<div class="col-md-2"></div>
<img class="img-responsive col-md-8" src="img/playReplay.PNG"></img>
<div class="col-md-2"></div>
<div class="col-md-2"></div>
<h4 class="text-center col-md-8">2. When download is completed, press the play replay button.</h4>
<div class="col-md-2"></div>
</div>
<div class="row my-4">
<div class="col-md-2"></div>
<img class="img-responsive col-md-3" src="img/manualCameraMode.PNG"></img>
<div class="col-md-2"></div>
<img class="img-responsive col-md-3" src="img/directCameraMode.PNG"></img>
<div class="col-md-2"></div>
<div class="col-md-2"></div>
<h4 class="text-center col-md-8">3. Once you are on the replay you downloaded, change the camera mode to "Directed Camera" by pressing camera icon at the bottom left cornor of the replay.</h4>
<div class="col-md-2"></div>
</div>
<div class="row my-4">
<div class="col-md-2"></div>
<img class="img-responsive col-md-1" src="img/charSelect.PNG"></img>
<div class="col-md-1"></div>
<img class="img-responsive col-md-6" src="img/startRecording.PNG"></img>
<div class="col-md-2"></div>
<div class="col-md-2"></div>
<h4 class="text-center col-md-8">4. Click your champion's icon on the side of the replay to lock in the camera, and press start recording button at the bottom center of the replay.</h4>
<div class="col-md-2"></div>
</div>
<div class="row my-4">
<div class="col-md-2"></div>
<img class="img-responsive col-md-8" src="img/endRecording.PNG"></img>
<div class="col-md-2"></div>
<div class="col-md-2"></div>
<h4 class="text-center col-md-8">5. When you are done with the recording, press the recording button you pressed to start to stop.</h4>
<div class="col-md-2"></div>
</div>
</body>
</html>