Compare commits
3 Commits
dcc6c0aa88
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
a9bea74e4d
|
|||
|
5e5ee35673
|
|||
|
d684f5fa54
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
*.pdf
|
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
|
||||||
<h1 id="f.dharanboodhoo-gpon-project">F.Dharanboodhoo GPON Project</h1>
|
<h1 id="f.dharanboodhoo-gpon-project">F.Dharanboodhoo GPON Project</h1>
|
||||||
<h2 id="purpose">Purpose</h2>
|
<h2 id="purpose">Purpose</h2>
|
||||||
<p>Establishing the infrastructure required to provide telecom
|
<p>Establishing the infrastructure required to provide telecom
|
||||||
|
|||||||
BIN
FDharanboodhoo_GPON_Proposal.pdf
Normal file
BIN
FDharanboodhoo_GPON_Proposal.pdf
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pandoc -f markdown -t html proposal.md -o FDharanboodhoo_GPON_Proposal.html
|
FILE=FDharanboodhoo_GPON_Proposal.html
|
||||||
|
|
||||||
|
rm -v $FILE
|
||||||
|
pandoc -f markdown -t html proposal.md -o $FILE
|
||||||
|
echo '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">' \
|
||||||
|
| cat - $FILE > temp && mv temp $FILE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user