-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
80 lines (75 loc) · 4.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Serverless Tencent Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"/>
<meta name="keywords" content=""/>
<link href="https://serverless-framework-1256773370.cos.ap-chengdu.myqcloud.com/demo/WebsitePage/bootstrap.css"
type="text/css" rel="stylesheet"
media="all">
</head>
<body bgcolor="black">
<div>
<h1 style="text-align: center; margin: 40px">Welcome to Serverless Tencent Plugin</h1>
</div>
<section class="about-w3ls py-5">
<div class="container pt-xl-5 pb-lg-3">
<div class="row">
<div class="col-lg-7">
<img src="https://camo.githubusercontent.com/259003910b2c0d43fd8b4db92d08dcc4014f32b1/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6173736574732e67656e6572616c2e7365727665726c6573732e636f6d2f6672616d65776f726b5f706c7567696e5f74656e63656e742f726561646d652d70726f76696465722d74656e63656e742d7365727665726c6573732e706e67"
alt="" class="img-section4 img-fluid">
</div>
<div class="col-lg-5 section-4">
<div class="agil_mor">
<h2 class="heading-agileinfo">Provider</h2>
<p class="vam">Complete the steps in this guide to install the Serverless Framework open-source CLI
and deploy a sample Service on Tencent Cloud that reports deployment information and operational
metrics to the Serverless Framework.</p>
<a href="https://github.com/serverless-tencent/serverless-tencent-scf" class="mt-3">More</a>
</div>
</div>
</div>
</div>
</section>
<section class="about-w3ls py-5">
<div class="container pt-xl-5 pb-lg-3">
<div class="row">
<div class="col-lg-5 section-5">
<div class="agil_mor">
<h3 class="heading-agileinfo">Website</span></h3>
<p class="vam">Leverage this Serverless Component to deploy a website hosted on serverless
infrastructure on Tencent within seconds. Easily add in your Vue.js, React.js or static assets
and more. </p>
<a href="https://github.com/serverless-components/tencent-website" class="mt-3">More</a>
</div>
</div>
<div class="col-lg-7">
<img src="https://camo.githubusercontent.com/2f3e94f5ebd96b6175d376af696e8b68a63e6088/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6173736574732e67656e6572616c2e7365727665726c6573732e636f6d2f636f6d706f6e656e745f776562736974655f74656e63656e742f726561646d652d776562736974652d74656e63656e742d7365727665726c6573732e706e67"
alt="" class="img-section4 img-fluid">
</div>
</div>
</div>
</section>
<section class="about-w3ls py-5">
<div class="container pt-xl-5 pb-lg-3">
<div class="row">
<div class="col-lg-7">
<img src="https://camo.githubusercontent.com/0158f5c749fa28cb3b3e4d2b2c528f5dd78adc53/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6173736574732e67656e6572616c2e7365727665726c6573732e636f6d2f636f6d706f6e656e745f657870726573735f74656e63656e742f726561646d652d657870726573732d74656e63656e742d7365727665726c6573732e706e67"
alt="" class="img-section4 img-fluid">
</div>
<div class="col-lg-5 section-4">
<div class="agil_mor">
<h2 class="heading-agileinfo">Express.js</span></h2>
<p class="vam">Easily deploy Express.js applications to Tencent Cloud's serverless infrastructure
using this Serverless Framework Component. Your application will auto-scale, never charge you
for idle time, and require little-to-zero administration.</p>
<a href="https://github.com/serverless-components/tencent-express" class="mt-3">More</a>
</div>
</div>
</div>
</div>
</section>
<footer style="text-align: center">Powered by Dfounderliu</footer>
</body>
</html>