Skip to content

Commit c1a273c

Browse files
committed
Revert "[FIX][pre][code] CSS problem (akkadotnet#6756)"
This reverts commit 37cb4c6.
1 parent 37cb4c6 commit c1a273c

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

docs/docfx.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"**/*Tests*.csproj",
1414
"**/*Tests.*.csproj"
1515
],
16-
"src": "../src"
16+
"cwd": "../src"
1717
}],
1818
"dest": "api",
1919
"filter": "filterConfig.yml"
@@ -23,7 +23,7 @@
2323
"files": [
2424
"api/**.yml",
2525
"api/index.md"
26-
]
26+
]
2727
}, {
2828
"files": [
2929
"articles/**.md",
@@ -74,12 +74,11 @@
7474
"fileMetadataFiles": [],
7575
"template": [
7676
"default",
77-
"modern",
78-
"template"
77+
"template"
7978
],
8079
"postProcessors": ["ExtractSearchIndex"],
8180
"noLangKeyword": false,
82-
"warningsAsErrors": true,
81+
"warningsAsErrors": true,
8382
"Docfx_Git_Timeout": 30000
8483
}
85-
}
84+
}

docs/index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,41 @@ h2:before{
6060
<div class="container">
6161
<!-- FEATURED BOXES 3 -->
6262
<div class="row featured-box-minimal">
63+
6364
<div class="col-md-4 col-sm-6 col-xs-12">
6465
<h4><i class="fa fa-arrows-alt"></i> Simple Concurrency &amp; Distribution</h4>
6566
<p>Asynchronous and Distributed by design. High-level abstractions like Actors and FSM.</p>
6667
</div>
68+
6769
<div class="col-md-4 col-sm-6 col-xs-12">
6870
<h4><i class="fa fa-flash"></i> High Performance</h4>
6971
<p>50 million msg/sec on a single machine. Small memory footprint; ~2.5 million actors per GB of heap.</p>
7072
</div>
73+
7174
<div class="col-md-4 col-sm-6 col-xs-12">
7275
<h4><i class="fa fa-shield"></i> Resilient by Design</h4>
7376
<p>Write systems that self-heal. Remote and/or local supervisor hierarchies.</p>
7477
</div>
78+
79+
7580
<div class="col-md-4 col-sm-6 col-xs-12">
7681
<h4><i class="fa fa-th-large"></i> Elastic & Decentralized</h4>
7782
<p>Adaptive load balancing, routing, partitioning and configuration-driven remoting.</p>
7883
</div>
84+
7985
<div class="col-md-4 col-sm-6 col-xs-12">
8086
<h4><i class="fa fa-plus-circle"></i> Extensible</h4>
8187
<p>Use Akka.NET Extensions to adapt Akka to fit your needs.</p>
8288
</div>
89+
8390
<div class="col-md-4 col-sm-6 col-xs-12">
8491
<h4><i class="fa fa-exclamation"></i> Open Source </h4>
8592
<p>Akka.NET is released under the Apache 2 license</p>
8693
</div>
94+
8795
</div>
96+
<!-- /FEATURED BOXES 3 -->
97+
8898
</div>
8999
</section>
90100
<!-- /WELCOME -->
@@ -93,6 +103,7 @@ h2:before{
93103
<!-- PREMIUM -->
94104
<section class="alternate">
95105
<div class="container">
106+
96107
<div class="row">
97108
<div class="col-md-6">
98109
<h2><strong>Actor</strong> Model</h2>
@@ -101,7 +112,9 @@ The Actor Model provides a higher level of abstraction for writing concurrent an
101112
<p>Actors were defined in the 1973 paper by <a href="http://en.wikipedia.org/wiki/Carl_Hewitt">Carl Hewitt</a> but have been popularized by the Erlang language, and used for example at Ericsson with great success to build highly concurrent and reliable telecom systems.</p>
102113
<p><a href="/articles/intro/what-problems-does-actor-model-solve.html">Read more</a></p>
103114
</div>
115+
104116
<div class="col-md-6 text-center">
117+
105118
<img class="img-responsive img-rounded appear-animation" data-animation="fadeIn" style="border:2px solid white;width:100%;border-radius:10px" src="/images/actor.png" alt="" />
106119
</div>
107120
</div>
@@ -115,6 +128,7 @@ Everything in Akka.NET is designed to work in a distributed setting: all interac
115128
</p>
116129
<p><a href="/articles/Remoting">Read more</a></p>
117130
</div>
131+
118132
<div class="col-md-6 text-center">
119133
<img class="img-responsive img-rounded appear-animation" data-animation="fadeIn" style="border:2px solid white;width:100%;border-radius:10px" src="/images/network.png" alt="" />
120134
</div>
@@ -129,10 +143,10 @@ As a parent, the actor is responsible for handling its children’s failures (so
129143
This enables a clean set of semantics for managing failures in a concurrent, distributed system and allows for writing highly fault-tolerant systems that self-heal.</p>
130144
<p><a href="/articles/concepts/supervision.html">Read more</a></p>
131145
</div>
146+
132147
<div class="col-md-6 text-center">
133148
<img class="img-responsive img-rounded appear-animation" data-animation="fadeIn" style="border:2px solid white;width:100%;border-radius:10px" src="/images/supervision.png" alt="" />
134149
</div>
135150
</div>
136151
</div>
137152
</section>
138-
<div style="height:90px;"></div>

docs/template/styles/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,12 @@ ul li::marker{
247247
}
248248

249249

250+
footer{
251+
position: relative !important;
252+
opacity: 1 !important;
253+
display: block !important;
254+
}
255+
250256
.footer{
251257
background: url(/images/footer.png) no-repeat left top, linear-gradient(270deg, #FFFFFF, #6DC9ED);
252258

0 commit comments

Comments
 (0)