Skip to content

Commit

Permalink
Added information about .NET Foundation to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Mar 16, 2020
1 parent 2f0377a commit ee91a50
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors
Copyright (c) .NET Foundation, Jeremy D. Miller, Babu Annamalai, Oskar Dudycz, Joona-Pekka Kokko and Contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 13 additions & 3 deletions documentation/content/stylish-portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,22 @@ hr.small {
}
}

.twitter-follow-button {
vertical-align: middle;
}

/* Footer */

footer {
padding: 100px 0;
text-align: center;
margin-bottom: 20px;
}

.twitter-follow-button {
vertical-align: middle;
footer ul {
list-style: none;
}

.dot-net-foundation-logo {
max-height: 100px;
padding: 10px;
}
14 changes: 14 additions & 0 deletions documentation/content/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,17 @@ nav.related-links {
.twitter-follow-button {
margin-top: 14px;
}

footer {
text-align: center;
margin-bottom: 20px;
}

footer ul {
list-style: none;
}

.dot-net-foundation-logo {
max-height: 75px;
padding: 10px;
}
10 changes: 10 additions & 0 deletions documentation/layout.htm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ <h1><[title]> <a href="https://github.com/jasperfx/marten/blob/master/documentat
</div><!--/right-->
</div><!--/row-->
</div><!--/container-->
<footer>
<ul>
<li>
<a href="https://dotnetfoundation.org">
<img class="dot-net-foundation-logo" src="https://raw.githubusercontent.com/dotnet/swag/master/logo/dotnetfoundation_v4.png" alt="Supported by the .NET Foundation" />
</a>
Supported by the <a href="https://dotnetfoundation.org">.NET Foundation</a>
</li>
</ul>
</footer>
</body>

<foot>
Expand Down
10 changes: 10 additions & 0 deletions documentation/splash.htm
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ <h2>Event Store</h2>
</div>
<hr>
</div> <!-- /container -->
<footer>
<ul>
<li>
<a href="https://dotnetfoundation.org">
<img class="dot-net-foundation-logo" src="https://raw.githubusercontent.com/dotnet/swag/master/logo/dotnetfoundation_v4.png" alt="Supported by the .NET Foundation" />
</a>
Supported by the <a href="https://dotnetfoundation.org">.NET Foundation</a>
</li>
</ul>
</footer>

<script type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type='text/javascript' src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit ee91a50

Please sign in to comment.