sql-ml-tutorials/_includes/home.html

36 строки
1.5 KiB
HTML

<div class="sql-home">
<h3 class="sql-home-title">
</h3>
<span class="sql-home-message">
Check out some of our other <a class="sql-home-link sql-home-link--underline" href="https://aka.ms/sqldev" target="_blank">getting started tutorials</a>!
</span>
<footer class="sql-home-footer">
<div class="sql-home-items">
<div class="sql-home-item sql-home-item--column">
<img class="sql-home-icon sql-home-icon--block" src="{{ '/assets/images/award.png' | relative_url }}" alt="">
<span class="sql-home-text">Microsoft SQL Server was named RDBMS of the Year, 2016!</span>
</div>
<div class="sql-home-item sql-home-item--column">
<a href="https://channel9.msdn.com"><img class="sql-home-icon sql-home-icon--block" src="{{ '/assets/images/channel9.png' | relative_url }}" alt=""></a>
<span class="sql-home-text">Watch Build videos on Channel 9!</span>
</div>
</div>
</footer>
<span class="sql-home-message">
Don't see a machine learning scenario you were looking for? Join the conversation on <a class="sql-home-link sql-home-link--underline" href="{{site.gitter}}" target="_blank">Gitter</a>.
<br>
<br>
Contribute to these tutorials on <a class="sql-home-link sql-home-link--underline" href="https://github.com/Microsoft/sql-ml-tutorials/" target="_blank">GitHub</a>!
</span>
</div>