-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (86 loc) · 2.58 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
<!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">
<title>Assignment Submitter</title>
</head>
<body>
<h1 id="assignmentsubmitter">AssignmentSubmitter</h1>
<ol>
<li>Make your document to scan ready.</li>
<li>How to scan faster.</li>
<li>Get the raw scan files.</li>
<li>Add front page.</li>
<li>Add footer.</li>
<li>Change file name of pdf.</li>
</ol>
<h2 id="phase1">Phase1</h2>
<ul>
<li>To add the front cover, footer details, pdf file name.</li>
</ul>
<h3 id="front-cover">Front Cover</h3>
<hr>
<p><strong>Name of Assignment:</strong>
Name of Subject:
Choosen out of 6 Subjects:
EX451 Basic Electronics Engineering
ME451 Engineering Drawing II
ME452 Fundamental of Thermodynamics & Heat Transfer
ME453 Workshop Technology
SH451 Engineering Mathematics II
SH453 Engineering Chemistry</p>
<p><strong>Name of Assignment:</strong><br>
|Name of Subject:<br>
| Choosen out of 6 Subjects:<br><br>| EX451 Basic Electronics Engineering<br>
| ME451 Engineering Drawing II<br>
| ME452 Fundamental of Thermodynamics & Heat Transfer<br>
| ME453 Workshop Technology<br>
| SH451 Engineering Mathematics II<br></p>
<h1 id="-sh453-engineering-chemistry-br-">| SH453 Engineering Chemistry<br></h1>
<p>Submitted by:
Student Name:
Roll Number:
Email Id:</p>
<p>Submitted to:
Teacher Name:
Department Name:</p>
<h2 id="college-name-">College Name:</h2>
<p>TODO:</p>
<ul>
<li>Create .gitignore.</li>
<li>License Work.</li>
<li>OCR</li>
</ul>
<h2 id="stages">Stages</h2>
<ol>
<li>You will obtain the each .jpeg files, page size=A4.</li>
<li>Arrange pages if necessary.</li>
<li>Convert to pdfs.</li>
<li>Create area to add footer details. Margin from bottom.</li>
<li>Add cover page.<br>
<strong>{ASSIGNMENT_NAME}</strong><br>
{SUBJECT_COURSE}<br></li>
</ol>
<p>Submitted by:<br>
<strong>Om Prakash Sharma</strong><br>
THA077BCT030<br>
[email protected]<br></p>
<p>Submitted to:<br>
{TEACHER_NAME}<br>
{DEPARTMENT_NAME}<br>
Institute of Engineering<br>
Thapathali Campus<br></p>
<p> <img src="./coverpage_example.jpg" alt="Screenshot"></p>
<ol>
<li>Add footer details as follows:<br>
{ASSIGNMENT_NAME}/ Om Prakash Sharma/ THA077BCT030<br>Page {1} of {TOTAL_PAGE}
<img src="./footer_example.png" alt="Screenshot">
Or, you can add your own footer designs and work accordingly.</li>
</ol>
<ol>
<li>PDF title should be Om Prakash Sharma- THA077BCT030- {ASSIGNMENT_NAME}.</li>
</ol>
</body>
</html>