1
0
Эх сурвалжийг харах

Merge pull request #577 from PAPERPANKS/master

adding microsoft logo to footer
Alexandru Dima 7 жил өмнө
parent
commit
7b320a1336

+ 5 - 1
website/index.html

@@ -60,7 +60,7 @@
 
 
 					<p>It is licensed under the MIT License and supports IE 11, Edge, Chrome, Firefox, Safari and Opera.</p>
 					<p>It is licensed under the MIT License and supports IE 11, Edge, Chrome, Firefox, Safari and Opera.</p>
 
 
-					<p>The Monaco editor is <span style="font-weight:bold">not</span> supported in mobile browsers or mobile web frameworks. </p>
+					<p>The Monaco editor is <span style="font-weight:bold;color:#ff5722;">not</span> supported in mobile browsers or mobile web frameworks. </p>
 
 
 					<p>Find more information at the <a href="https://github.com/Microsoft/monaco-editor">Monaco Editor repo</a>.</p>
 					<p>Find more information at the <a href="https://github.com/Microsoft/monaco-editor">Monaco Editor repo</a>.</p>
 				</div>
 				</div>
@@ -150,6 +150,10 @@
 	<footer class="container">
 	<footer class="container">
 		<hr>
 		<hr>
 		<p class="text-center">
 		<p class="text-center">
+			<a href="https://microsoft.com" title="Microsoft">
+				<img src="https://opensource.microsoft.com/img/microsoft.png" alt="Microsoft" style="max-height:23px;margin-bottom:12px;">
+			</a>
+			<br/>
 			<small>&copy; 2018 Microsoft</small>
 			<small>&copy; 2018 Microsoft</small>
 		</p>
 		</p>
 	</footer>
 	</footer>