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. CodeForces 805B 3-palindrome

    构造. $bbaabbaabbaa......$输出前$n$个即可,这样不需要用到$c$,而且任意相邻三个都不会是回文. #include <cstdio> #include <cm ...

  2. 洛谷P3538 [POI2012]OKR-A Horrible Poem [字符串hash]

    题目传送门 A Horrible Poem 题目描述 Bytie boy has to learn a fragment of a certain poem by heart. The poem, f ...

  3. 在phpWeChat里生成一个临时二维码(非微信二维码)

    phpWeChat作为支持Pc+H5开发的管理系统,内置一套二维码生成API,访问地址: 您的域名/api/qrcode/index.php?data=二维码数据 以下为使用示例 使用时有一点需要注意 ...

  4. 选项卡栏控制器(UITabBarController)

    选项卡栏控制器管理的每个场景都包含一个UITabBarItem,它包含标题.图像和徽章. 在场景里可以通过tabBarItem属性来获得UITabBarItem的引用.例如:[self.tabBarI ...

  5. 常用的JVM配置参数

    一.Trace 跟踪参数 在Eclipse中,如何打开GC的监控日志 选择菜单栏Run -> Run Configurations -> Java Application -> 选择 ...

  6. Codeforces 1129 D. Isolation

    Codeforces 1129 D. Isolation 解题思路: 令 \(f(l,r)\) 为 \([l,r]\) 中之出现一次的元素个数,然后可以得到暴力 \(\text{dp}\) 的式子. ...

  7. 初学Hadoop:利用VMWare+CentOS7搭建Hadoop集群

     一.前言 开始学习数据处理相关的知识了,第一步是搭建一个Hadoop集群.搭建一个分布式集群需要多台电脑,在此我选择采用VMWare+CentOS7搭建一个三台虚拟机组成的Hadoop集群. 注:1 ...

  8. bzoj 3872: [Poi2014]Ant colony -- 树形dp+二分

    3872: [Poi2014]Ant colony Time Limit: 30 Sec  Memory Limit: 128 MB Description   There is an entranc ...

  9. sqlserver -- 学习笔记(二)“SQL Server 阻止了对组件 'xp_cmdshell' 的 过程'sys.xp_cmdshell' 的访问”解决方法

    将数据表导出到excel时出现下面错误: SQL Server 阻止了对组件 'xp_cmdshell' 的 过程'sys.xp_cmdshell' 的访问,因为此组件已作为此服务器安全配置的一部分而 ...

  10. poj 2828 buy Tickets 用线段树模拟带插入的队列

    Buy Tickets Time Limit: 1 Sec  Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=2 ...