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;
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 develop<br /> iOS and 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的更多相关文章
随机推荐
- zimg 启动命令
cd zimgcd bin ./zimg conf/zimg.lua
- POJ 3553 Light Switching Game 博弈论 nim积 sg函数
http://poj.org/problem?id=3533 变成三维的nim积..前面hdu那个算二维nim积的题的函数都不用改,多nim积一次就过了...longlong似乎不必要但是还是加上了 ...
- Nginx 502 Bad Gateway 解决方法
proxy_next_upstream error timeout invalid_header http_500 http_503;或者尝试设置:large_client_header_buffer ...
- ms08-067漏洞的复现
MS08-067漏洞重现 (1):MS08-067远程溢出漏洞描述 MS08-067漏洞的全称为“Windows Server服务RPC请求缓冲区溢出漏洞”,如果用户在受影响的系统上收到特制的 RPC ...
- ElasticSearch学习笔记--1、安装以及运行
Elasticsearch是一个基于Apache Lucene(TM)的开源搜索引擎,多的我就不细说了. 相关实验环境 Centos:7.3 ElasticSearch:5.6 java:1.8 1. ...
- poj 1984 并查集
题目意思是一个图中,只有上下左右四个方向的边.给出这样的一些边, 求任意指定的2个节点之间的距离. 就是看不懂,怎么破 /* POJ 1984 并查集 */ #include <stdio.h& ...
- 并查集--CSUOJ 1601 War
并查集的经典题目: CSUOJ 1601: War Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 247 Solved: 70[Submit][Sta ...
- [转]android中OnTouch和OnClick、 imagebutton的src和background有什么区别
1.OnTouch和OnClick有何区别? 专业回答 1.onClick就传入一个View对象,而 onTouch要传入一个View 对象和 MotionEvent的对象2.onTouch对控件 ...
- Codeforces Round #348 (VK Cup 2016 Round 2, Div. 2 Edition) C. Little Artem and Matrix 模拟
C. Little Artem and Matrix 题目连接: http://www.codeforces.com/contest/669/problem/C Description Little ...
- 实战-130W表增加字段耗时
工作需要对130W的表增加字段,因为是操作线上数据库,所以提前在本地调查下耗时. 首先建表: CREATE TABLE `alter_cloumn_test` ( `id` int(11) unsig ...