Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 88a03e5

Browse files
committedMar 25, 2017
Update images to match existing UI
1 parent 4fd9418 commit 88a03e5

8 files changed

+6
-5
lines changed
 

‎css/main.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -506,13 +506,14 @@ $baseurl: '{{ site.baseurl }}/images';
506506
/* Image */
507507

508508
.image {
509-
border-radius: 3px;
509+
margin: 20px 0;
510+
padding: 40px;
510511
border: 0;
511512
display: inline-block;
512513
position: relative;
513514

514515
img {
515-
border-radius: 3px;
516+
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
516517
display: block;
517518
}
518519

‎images/erlanglab_dashboard.png

158 KB
Loading

‎images/erlanglab_st.png

247 KB
Loading

‎images/erlanglab_traffic.png

217 KB
Loading

‎images/erlangpl_3d.png

-134 KB
Binary file not shown.

‎images/erlangpl_dashboard.png

-130 KB
Binary file not shown.

‎images/erlangpl_vizceral.png

-150 KB
Binary file not shown.

‎index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>What is Erlang Performance Lab ?</h2>
3232
<!-- Two -->
3333
<section id="two" class="wrapper alt style2">
3434
<section class="spotlight">
35-
<div class="image"><img src="images/erlangpl_dashboard.png" alt="" /></div><div class="content">
35+
<div class="image"><img src="images/erlanglab_dashboard.png" alt="" /></div><div class="content">
3636
<h2>Dashboard</h2>
3737
<p>Gives high level overview of the current system throughput,
3838
process activities like spawns or exits, memory footprint
@@ -44,7 +44,7 @@ <h2>Dashboard</h2>
4444
</div>
4545
</section>
4646
<section class="spotlight">
47-
<div class="image"><img src="images/erlangpl_3d.png" alt="" /></div><div class="content">
47+
<div class="image"><img src="images/erlanglab_st.png" alt="" /></div><div class="content">
4848
<h2>Message passing graph</h2>
4949
<p>In Erlang-based systems processes share data through message passing.
5050
If certain processes receive more messages than they can handle,
@@ -57,7 +57,7 @@ <h2>Message passing graph</h2>
5757
</div>
5858
</section>
5959
<section class="spotlight">
60-
<div class="image"><img src="images/erlangpl_vizceral.png" alt="" /></div><div class="content">
60+
<div class="image"><img src="images/erlanglab_traffic.png" alt="" /></div><div class="content">
6161
<h2>Traffic graph</h2>
6262
<p>
6363
Gaining visibility into network traffic in distributed systems is of great importance as it helps to understand the behaviour of the entire system, which can consist of more than one Erlang node.

0 commit comments

Comments
 (0)
This repository has been archived.