Skip to content

Commit

Permalink
Merge pull request #45 from cadop/dev
Browse files Browse the repository at this point in the history
Add logos for docs
  • Loading branch information
cadop authored Dec 10, 2022
2 parents c5517be + 7089d4b commit 26102d0
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
Binary file added docs/cpp_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/csharp_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 35 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@

<style>
.center-h {
display: flex; /* or display:grid */
justify-content: center;
}
.center-v {
display: flex;
align-items: center;
}
.h-500 {
height: 500;
}
img{
width: 120px;
height: 120px;
}

button{
border: none;
cursor: pointer;
background-color: inherit;
margin-left:20px;
}
</style>


<div class="h-500 center-v center-h">

<button onclick="location.href='./C++/html/index.html'" type="button">
C++ Docs</button>
<img src="./cpp_logo.png" alt="cpp" border="0" />
</button>

<button onclick="location.href='./C%23 Public Docs/html/index.html'" type="button">
C# Docs</button>

<button onclick="location.href='./C%23%20Documentation/html/index.html'" type="button">
C# Developer Docs</button>
<img src="./csharp_logo.png" alt="c#" border="0" />
</button>


<button onclick="location.href='./Python Docs/index.html'" type="button">
Python Docs</button>

<img src="./python_logo.png" alt="python" border="0" />
</button>

</div>
Binary file added docs/python_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26102d0

Please sign in to comment.