Skip to content

Commit

Permalink
Footer & about page
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmacher committed Jun 26, 2020
1 parent 89e18b6 commit 1b72961
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 29 deletions.
32 changes: 18 additions & 14 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
<footer class="site-footer">
<footer class="site-footer font-small cyan darken-3">
<div class="container">
<nav class="navbar">
<div class="container">
<ul class="nav navbar-nav">


<li>
<a href="https://github.com/emustudio/emustudio.github.io" rel="nofollow" target="_blank">
Hosted at <span style="background-color:white; padding:3px ">{% octicon logo-github height:16 %}</span>
</a>
</li>
<li class="navbar-text">&copy; Copyright 2006-2020, Peter Jakubčo</li>
</ul>
<div class="row">
<div class="col-md-6 pt-5 pb-3">
<div class="mb-3 flex-center">
<a href="https://github.com/emustudio/emustudio.github.io" rel="nofollow" target="_blank">
<i class="fa fa-github fa-lg white-text mr-md-5 mr-3 fa-2x"></i>
</a>
<a href="https://www.buymeacoffee.com/vbmacher" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg" alt="Buy Me A Coffee" class="mr-md-5 mr-3 pb-3">
</a>
</div>
</div>
</nav>
<div class="col-md-6 pt-5 pb-3">
<p class="text-right">
&copy; 2006-2020 Copyright, <span class="font-weight-bold">Peter Jakubčo</span>
</p>
</div>
</div>
</div>

</footer>

</body>
Expand Down
49 changes: 34 additions & 15 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,59 @@ permalink: /about/
A long time ago at [Technical University of Košice][tuke]{:target="_blank"} ([Slovakia][tukesk]{:target="_blank"}) far,
far away...

During initial lessons of assembly language, my classmates and I were introduced to vintage computers. We had to create simple programs for Intel 8080, but we had to do it by hand on paper! There weren't good emulators that allowed simple
'compile-load-emulate' workflows.
During initial lessons of assembly language, my classmates and I were introduced to vintage computers. We had to
create simple programs for Intel 8080, but we had to do it by hand on paper! There weren't good emulators that
allowed simple 'compile-load-emulate' workflows.

The gaps which emuStudio want to fill up are as follows.

### Support academic process

emuStudio can be used as a tool used in classes at schools. Teachers can use it for presenting vintage computers, or
demonstrating working code running on emulated computers.

Students can get programming assignments for vintage computers. The output of the assignments can be generated
automatically using emulation automation.

emuStudio is also a great as a base platform for school projects for writing custom vintage computer emulators, or
extending existing ones.

### Support enthusiasts

I know some guys who know how to program Z80, and they are missing it! Wouldn't it be wonderful if they had a platform
which allowed them to enjoy their guilty pleasure? It is one of goals of emuStudio - be able to realize a desire to
write some new piece of vintage software or a game. With emuStudio, it should be easy to execute the software on modern
devices.

The aim of emuStudio is to support the "academic process" while keeping students interested by giving them the set of working and mature computer emulators. Not only 'compile-load-emulate', but also being able to run original software on emulated
computers.

## History

Project _emuStudio_ started in 2006 as a school project, then a master thesis, created by [Peter Jakubčo][peterj]{:target="_blank"}. He had continued to work on it afterward, giving it his limited spare time.
Project _emuStudio_ started in 2006 as a school project, then a master thesis, created by [Peter Jakubčo][peterj]{:target="_blank"}. I had continued to work on it afterward, giving it my limited free time.

Supervisor of the school project was [Slavomír Šimoňák][slavos]{:target="_blank"}, who could be understood as the first "product owner". On a personal note, the original author remembers the times with nostalgia. Lots of good ideas came from discussions between the supervisor and the author.
Supervisor of the school project was [Slavomír Šimoňák][slavos]{:target="_blank"}, who could be understood as the first "product owner". I remember the times with nostalgia. Lots of good ideas came from discussions between us.

## Contributing

Everybody is encouraged to contribute. Statistics show that students are the main contributors, but from time-to-time, some unknown contributors appear as well. And they come from various countries over the world.
Everybody *please* contribute. Statistics show that students are the main contributors, but from time-to-time,
some unknown contributor appears.

How can you contribute? It's simpler than you think:

- By providing feedback to [the author](mailto:[email protected])
- Or filling an [issue/bug on GitHub](https://github.com/emustudio/emuStudio/issues/new?assignees=&labels=&template=bug_report.md&title=)
- Requesting [a feature](https://github.com/emustudio/emuStudio/issues/new?assignees=&labels=&template=feature_request.md&title=)
- Provide a feedback to [the author](mailto:[email protected])
- Fill an [issue/bug on GitHub](https://github.com/emustudio/emuStudio/issues/new?assignees=&labels=&template=bug_report.md&title=)
- Request a [feature](https://github.com/emustudio/emuStudio/issues/new?assignees=&labels=&template=feature_request.md&title=)
- Fix a bug
- Implement a feature
- Implement new computer emulators
- Supporting the project by buying me a <a href="https://www.buymeacoffee.com/vbmacher" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg" alt="Buy Me A Coffee" style="height: 51px !important;" ></a>
- Implement emulator of a new computer
- Support the project by buying me a <a href="https://www.buymeacoffee.com/vbmacher" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg" alt="Buy Me A Coffee" style="height: 51px !important;" ></a> (it's a free time project)

## Getting help

If you are seeking for a help with emuStudio, you have two options. The preferred way is to raise
an [issue at GitHub](https://github.com/emustudio/emuStudio/issues).
The second option is to write an email to the [developer group](mailto:[email protected]).

Responses to the issues/emails might be slow, as this project is still mostly a one-person show, and it's a hobby.
Thank you for understanding.
Responses to the issues/emails might be slow, as this project is still mostly a one-person show, and it's a
hobby project. Thank you for understanding.

## Important note

Expand Down
5 changes: 5 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ aside {
.site-footer {
margin-top: 200px;
background-color: #333333;
color: #fff;

a {
color: #fff;
}
}

.pagination-wrap {
Expand Down

0 comments on commit 1b72961

Please sign in to comment.