zoukankan      html  css  js  c++  java
  • GetXamarin.xambe

    GetXamarin.xambe

    <!DOCTYPE html>
    <html lang="en" class="">
      <head>
        <meta charset='utf-8'>
        <meta http-equiv="Content-Language" content="en">
        <title>Download Xamarin</title>
        <style type="text/css">
          html {
            background: #fff url(bg.png) no-repeat bottom right;
             100%;
            height: 100%;
            overflow: hidden;
          }
          body {
            font-family: "Segoe UI", sans-serif;
            margin: 70px 80px;
          }
          #copy {
             600px;
            padding-bottom: 40px;
          }
          #copy h1 {
            margin: 0;
            font-size: 45px;
            font-weight: 200;
            line-height: normal;
            color: #3498DB;
          }
          #copy p.feature {
            margin: 15px 0 0 0;
            font-size: 18px;
            line-height: 1.7;
            color: #7F8C8D;
          }
          
          #actions, #actions tr, #actions td {
            margin: 0;
            border: 0;
            padding: 0;
          }
          #actions {
            white-space: nowrap;
            border-collapse: collapse;
          }
          #actions td {
            padding: 0 18px 0 0;
          }
          #actions a {
            color: #3498DB;
          }
          #actions a.button {
            font-size: 17px;
            background: #3498DB;
            color: #fff;
            text-decoration: none;
            padding: 10px 14px;
            font-weight: 600;
            
            display:-moz-inline-stack;
            display:inline-block;
            zoom:1;
            *display:inline;
          }
          #actions a.button:hover {
            background: #4CA6E3;
          }
          
          #actions a.link {
            display:-moz-inline-stack;
            display:inline-block;
            zoom:1;
            *display:inline;
          }
        </style>
      </head>
      <body>
        <div id="copy">
          <h1>Install Xamarin to&nbsp;develop<br /> iOS&nbsp;and&nbsp;Android apps in C#.</h1>
          <p class="feature">Xamarin allows you to write your iOS and Android apps entirely in C#, sharing the same code between these platforms and your existing .NET projects.</p>
        </div>
        <table id="actions">
          <tr>
            <td>
              <a class="button" href="http://xamarin.com/download?utm_source=visualstudio&utm_medium=referral&utm_content=download&utm_campaign=installer">Download Xamarin</a>
            </td>
            <td>
              <a class="link" href="http://xamarin.com/platform?utm_source=visualstudio&utm_medium=referral&utm_content=platform&utm_campaign=installer">Learn more about Xamarin</a>
            </td>
        </table>
      </body>
    </html>
  • 相关阅读:
    Profibus 接线
    如何正确使用Profibus插头以及终端电阻
    Java设计模式(3)——抽象工厂模式
    Java设计模式(2)——工厂方法模式
    Java设计模式(1)——简单工厂模式
    Oracle——控制事务
    Jackson-将对象转为Json字符串
    $.ajax
    Ajax——jQuery实现
    Ajax——三种数据传输格式
  • 原文地址:https://www.cnblogs.com/endv/p/4458544.html
Copyright © 2011-2022 走看看