forked from se-edu/guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
damithc
committed
May 25, 2020
1 parent
b599e4e
commit cd351ad
Showing
25 changed files
with
261 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.idea/ | ||
_site/ | ||
_markbind/logs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
# Guides and tutorials for SE student projects | ||
|
||
## Tutorials | ||
|
||
* [Gradle tutorial](tutorials/gradleTutorial.md) | ||
* JavaFX tutorial: | ||
* [Part 1: Introduction](tutorials/javaFxTutorialPart1.md) | ||
* [Part 2: Creating a GUI for Duke](tutorials/javaFxTutorialPart2.md) | ||
* [Part 3: Interacting with the user](tutorials/javaFxTutorialPart3.md) | ||
* [Part 4: Using FXML](tutorials/javaFxTutorialPart4.md) | ||
|
||
Go to the main website [http://se-education.org/guides] |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<footer> | ||
<!-- Support MarkBind by including a link to us on your landing page! --> | ||
<div class="text-center"> | ||
<small>[Generated by {{MarkBind}} on {{timestamp}}]</small> | ||
</div> | ||
</footer> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<header> | ||
<navbar placement="top" type="light"> | ||
<a slot="brand" href="https://se-edu.github.io" title="More SE-EDU Resources" class="navbar-brand"><img src="https://se-edu.github.io/images/SeEduLogo.png" alt="SE-EDU" width="30"></a> | ||
<li><a href="https://se-edu.github.io/addressbook-level3/" class="nav-link"><md>AB-3</md></a></li> | ||
<li><a href="https://se-edu.github.io/se-book/" class="nav-link"><md>Book</md></a></li> | ||
<dropdown header="Tutorials" class="nav-link"> | ||
<li><a href="{{baseUrl}}/index.html" class="dropdown-item"><md>Home</md></a></li> | ||
<li><a href="{{baseUrl}}/about.html" class="dropdown-item"><md>About</md></a></li> | ||
<li><a href="https://github.com/se-edu/guides" class="dropdown-item"><md>{{ fab_github }} GitHub</md></a></li> | ||
</dropdown> | ||
<li slot="right" class="nav-link"> | ||
<form class="navbar-form"> | ||
<searchbar :data="searchData" placeholder="Search Learning Resources" :on-hit="searchCallback" menu-align-right ></searchbar> | ||
</form> | ||
</li> | ||
</navbar> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{ MAIN_CONTENT_BODY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// eslint-disable-next-line no-undef | ||
MarkBind.afterSetup(() => { | ||
// Include code to be called after MarkBind setup here. | ||
}); |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<navigation> | ||
* [Home :house:]({{ baseUrl }}/index.html) | ||
* [Topic 1]({{baseUrl}}/contents/topic1.html) | ||
* [Topic 2]({{baseUrl}}/contents/topic2.html) | ||
* Topic 3 :expanded: | ||
* [Topic 3a]({{baseUrl}}/contents/topic3a.html) | ||
* [Topic 3b]({{baseUrl}}/contents/topic3b.html) | ||
</navigation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"jsonVariableExample": "Your variables can be defined here as well" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<span id="icon_announcement"><md>:fas-bell:</md></span> | ||
<span id="icon_book"><md>:fas-book:</md></span> | ||
<span id="icon_calendar"><md>:fas-calendar-alt:</md></span> | ||
<span id="icon_dislike"><md>:fas-thumbs-down:</md></span> | ||
<span id="icon_example"><md>:fas-cube:</md></span> | ||
<span id="icon_embedding"><md>:glyphicon-log-in:</md></span> | ||
<span id="icon_exercise"><md>:fas-dumbbell:</md></span> | ||
<span id="icon_extra"><span class='badge badge-pill badge-secondary'><md>:fas-plus: extra</md></span></span> | ||
<span id="icon_info"><md>:fas-info-circle:</md></span> | ||
<span id="icon_like"><md>:fas-thumbs-up:</md></span> | ||
<span id="icon_linux"><md>:fab-linux:</md></span> | ||
<span id="icon_important_big_red"><font color="red"><big>:glyphicon-exclamation-sign:</big></font></span> | ||
<span id="icon_important"><md>:glyphicon-exclamation-sign:</md></span> | ||
<span id="icon_new_window"><md>:glyphicon-new-window:</md></span> | ||
<span id="icon_outcome"><md>:fas-trophy:</md></span> | ||
<span id="icon_output"><md>:fas-arrow-down:</md></span> | ||
<span id="icon_output_right"><md>:fas-arrow-right:</md></span> | ||
<span id="icon_print"><md>:glyphicon-print:</md></span> | ||
<span id="icon_prereq"><md>:glyphicon-education:</md></span> | ||
<span id="icon_preview"><md>:glyphicon-eye-open:</md></span> | ||
<span id="icon_pro_tip"><span class="badge badge-pill badge-warning">:fas-lightbulb: PRO TIP</span></span> | ||
<span id="icon_Q"><md>:glyphicon-question-sign:</md></span> | ||
<span id="icon_Q_A">{{ icon_Q | safe }}:glyphicon-ok-sign:</span> | ||
<span id="icon_resource"><md>:fas-paperclip:</md></span> | ||
<span id="icon_terminal"><smal><span class="badge badge-secondary">>_</span></smal></span> | ||
<span id="icon_text"><md>:far-file-alt:</md></span> | ||
<span id="icon_tick"><md>:fas-check:</md></span> | ||
<span id="icon_tip"><span class="badge badge-pill badge-warning">:fas-lightbulb:</span></span> | ||
<span id="icon_tick_green"><span style="color:green">{{ icon_tick | safe }}</span></span> | ||
<span id="icon_todo"><md>:glyphicon-check:</md></span> | ||
<span id="icon_slides"><md>:far-images:</md></span> | ||
<span id="icon_video"><md>:glyphicon-facetime-video:</md></span> | ||
<span id="icon_windows"><md>:fab-windows:</md></span> | ||
<span id="icon_x"><md>:fas-times:</md></span> | ||
<span id="icon_x_red"><span style="color:red">{{ icon_x | safe }}</span></span> | ||
<span id="bad"><font color="red"><md>**{{ icon_dislike | safe }} Bad**</md></font></span> | ||
<span id="good"><font color="green"><md>**{{ icon_like | safe }} Good**</md></font></span> | ||
|
||
<variable from="variables.json" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<frontmatter> | ||
title: "About Us" | ||
</frontmatter> | ||
|
||
<div class="website-content"> | ||
|
||
{{ booktitle | safe }} | ||
|
||
# About Us | ||
|
||
This is a sub-project of the [SE-EDU Project](https://se-edu.github.io). | ||
<span id="contact-info"> | ||
|
||
## Contact | ||
|
||
Suggestions, questions, and bug reports can be posted in [our issue tracker](https://github.com/nus-oss/learningresources/issues). | ||
|
||
|
||
Alternatively, contact project mentor [Damith C. Rajapakse](https://www.comp.nus.edu.sg/~damithch). | ||
</span> | ||
|
||
## License | ||
|
||
MIT | ||
|
||
## Acknowledgements | ||
|
||
* The `favicon.ico` is based on an icon made by [Dave Gandy](https://www.flaticon.com/authors/dave-gandy) from www.flaticon.com | ||
</div> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<frontmatter> | ||
title: "Guides for Software Engineering Students" | ||
pageNav: 2 | ||
</frontmatter> | ||
|
||
# Guides and tutorials for SE student projects | ||
|
||
## Tutorials | ||
|
||
* [Gradle](tutorials/gradleTutorial.html) | ||
* JavaFX: | ||
* [Part 1: Introduction](tutorials/javaFxTutorialPart1.html) | ||
* [Part 2: Creating a GUI for Duke](tutorials/javaFxTutorialPart2.html) | ||
* [Part 3: Interacting with the user](tutorials/javaFxTutorialPart3.html) | ||
* [Part 4: Using FXML](tutorials/javaFxTutorialPart4.html) | ||
* [Automated testing of text UIs](tutorials/textUiTestingTutorial.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"baseUrl": "/guides", | ||
"titlePrefix": "", | ||
"timeZone": "Asia/Singapore", | ||
"ignore": [ | ||
"_markbind/layouts/*", | ||
"_markbind/logs/*", | ||
"_site/*", | ||
"site.json", | ||
"*.md", | ||
"*.mbd", | ||
"*.mbdf", | ||
"*.njk", | ||
".git/*" | ||
], | ||
"pages": [ | ||
{ | ||
"glob": ["**/*.+(md|mbd)"] | ||
} | ||
], | ||
"deploy": { | ||
"message": "Site Update." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
TBD | ||
<frontmatter> | ||
title: "CheckStyle Tutorial" | ||
pageNav: 2 | ||
</frontmatter> | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters