Skip to content

Commit 1a8cab2

Browse files
committed
updating README and webpage
1 parent 4b6e343 commit 1a8cab2

File tree

5 files changed

+21
-284
lines changed

5 files changed

+21
-284
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -463,4 +463,9 @@ tbd
463463

464464
## SECTION IV - THE BROWSER
465465

466-
tbd
466+
I have a working demo at
467+
[jeffdecola.com/control-an-fpga](https://jeffdecola.com/control-an-fpga).
468+
469+
I designed the frontend to look like,
470+
471+
![IMAGE - concept-of-webpage.jpg - IMAGE](docs/pics/concept-of-webpage.jpg)

Diff for: ci/pipeline.yml.save

-274
This file was deleted.

Diff for: docs/pics/concept-of-webpage.jpg

124 KB
Loading
Loading

Diff for: section-3-web-server/control-an-fpga/index.php

+15-9
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,21 @@
116116
<!-- ------------------------------------------------------------------------------------------------------- -->
117117
<div class="comment_container">
118118

119-
<h3> TRY IT </h3>
120-
<p>
121-
Enter an Operands and chose your operation.
122-
Then click the button to send the command to the FPGA.
123-
</p>
119+
<h3> TRY IT LIVE </h3>
120+
121+
</div>
122+
123+
<!-- ------------------------------------------------------------------------------------------------------- -->
124+
<div class="picture_container">
125+
126+
<img src="images/concept-of-webpage.jpg" alt="concept"/>
127+
128+
</div>
129+
130+
<!-- ------------------------------------------------------------------------------------------------------- -->
131+
<div class="comment_container">
132+
133+
<h3> WHAT IT LOOKS LIKES </h3>
124134

125135
</div>
126136

@@ -129,13 +139,9 @@
129139

130140
</br>
131141
</br>
132-
<p> Coming Soon </p>
133-
</br>
134142
</br>
135143

136144
</div>
137-
138-
<!-- ------------------------------------------------------------------------------------------------------- -->
139145
<div class="picture_container_2">
140146

141147
<img src="images/arty-s7-breadboard-and-raspberry-pi.jpg" alt="arty-s7-breadboard-and-raspberry-pi"/>

0 commit comments

Comments
 (0)