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;
width: %;
height: %;
overflow: hidden;
}
body {
font-family: "Segoe UI", sans-serif;
margin: 70px 80px;
}
#copy {
width: 600px;
padding-bottom: 40px;
}
#copy h1 {
margin: ;
font-size: 45px;
font-weight: ;
line-height: normal;
color: #3498DB;
}
#copy p.feature {
margin: 15px ;
font-size: 18px;
line-height: 1.7;
color: #7F8C8D;
} #actions, #actions tr, #actions td {
margin: ;
border: ;
padding: ;
}
#actions {
white-space: nowrap;
border-collapse: collapse;
}
#actions td {
padding: 18px ;
}
#actions a {
color: #3498DB;
}
#actions a.button {
font-size: 17px;
background: #3498DB;
color: #fff;
text-decoration: none;
padding: 10px 14px;
font-weight: ; display:-moz-inline-stack;
display:inline-block;
zoom:;
*display:inline;
}
#actions a.button:hover {
background: #4CA6E3;
} #actions a.link {
display:-moz-inline-stack;
display:inline-block;
zoom:;
*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>

GetXamarin.xambe的更多相关文章

随机推荐

  1. Python并发编-用Event,线程检测数据库连接的例子

    尝试3次连接数据库 import time import random from threading import Thread,Event def connect_db(e): count = 0 ...

  2. TCP拥塞控制及连接管理

    在阅读此篇之前,博主强烈建议先看看TCP可靠传输及流量控制. 一.TCP拥塞控制 在某段时间,若对网络中某资源的需求超过了该资源所能提供的可用部分,网络的性能就要变坏——产生拥塞(congestion ...

  3. 关于 bitset 的一些题目

    参考 http://www.cplusplus.com/reference/bitset/bitset/ https://blog.csdn.net/snowy_smile/article/detai ...

  4. [CSAcademy]Squared Ends

    [CSAcademy]Squared Ends 题目大意: 给你一个长度为\(n(n\le10^4)\)的数列\(\{A_i\}(A_i\le10^6)\).定义区间\(A_{[l,r]}\)的代价为 ...

  5. [GCJ2017R3]Cooclement

    题目大意: 一种数列按照如下方式变化: 新数列第i位等于原数中数字i的出现次数. 变化过程中数列长度不变. 例如数列12的变化过程为12-11-20-01-10. 现在告诉你一个数列x,请求出x可能是 ...

  6. px,dp,sp以及像素密度

    px px(pixel): 像素,是指在由一个数字序列表示的图像中的一个最小单位.在Android中,无论屏幕密度多少,一个像素单位对应一个屏幕像素单位,不会根据屏幕密度自动缩放,因此一般不推荐使用p ...

  7. Problem G: 切煎饼

    Description 王小二自夸刀工不错,有人放一张大的圆煎饼在砧板上,问他:饼不允许离开砧板,切100刀最多能切多少块? Input 多组测试数据,每组输入1个整数,代表切的刀数 Output 每 ...

  8. PAT甲级1089. Insert or Merge

    PAT甲级1089. Insert or Merge 题意: 根据维基百科: 插入排序迭代,消耗一个输入元素每次重复,并增加排序的输出列表.每次迭代,插入排序从输入数据中删除一个元素,在排序列表中找到 ...

  9. FLV视频在IIS6.0下不能播放 处理的方法

    FLV视频在IIS6.0下不能播放 Flash视频由于其较高的压缩率和优越的下载速度,前景普遍看好,同时也为Flash课件增色不少.然而,在FLV视频播放中,却有两个头痛的问题    一.FLV视频在 ...

  10. 测试用例设计——WEB通用测试用例(转)

    http://qa.blog.163.com/blog/static/190147002201111332029404/