-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (123 loc) · 7.33 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alpha针剂科普</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/all.js" integrity="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a" crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="landing-page">
<div class="page-wrapper">
<!-- ******Header****** -->
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<span aria-hidden="true"><i class="fas fa-book"></i></span>
<span class="text-bold">阿尔法针剂科普</span>
</h1>
</div><!--//branding-->
<div class="tagline">
<p>最纯净的欧美针剂知识平台</p>
<p><i class="fab fa-weixin"></i><span> alpha94511</span></p>
</div><!--//tagline-->
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<div class="intro">
<p>在这里, 没有任何广告, 没有任何医生,没有水军和无良媒体, 只有最用心的针剂信息和各位小仙女的真实反馈,我会不断持续更新,希望大家多多提出宝贵意见,
让混乱的医美行业多出一线光明 <i class="fas fa-heart"></i> 想要联系我的朋友,可以添加微信 alpha94511
</p>
</div><!--//intro-->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fas fa-syringe"></span>
</div><!--//icon-holder-->
<h3 class="title">填充&去皱</h3>
<p class="intro">乔雅登, 丝丽, 瑞兰, 泰奥等</p>
<a class="link" href="tianchong.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-pink item-2 col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fas fa-syringe"></span>
</div><!--//icon-holder-->
<h3 class="title">水光&动能素</h3>
<p class="intro">菲洛嘉135ha,Mha-10,Mha-18, 丝丽Hydro Max...</p>
<a class="link" href="shuiguang.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fas fa-syringe"></span>
</div><!--//icon-holder-->
<h3 class="title">肉毒&溶脂</h3>
<p class="intro">德国肉毒Bocouture, 保妥适Botox, 丽舒妥Dysport, 土豪溶脂Aqualyx</p>
<a class="link" href="roudu.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<!-- <div class="item item-purple col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fas fa-question-circle"></span>
</div>
<h3 class="title">常见问题</h3>
<p class="intro">注射禁忌, 须知, 针剂常见疑问...</p>
<a class="link" href="faqs.html"><span></span></a>
</div>
</div> -->
<!-- <div class="item item-primary col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fab fa-youtube"></span>
</div>
<h3 class="title">实用信息</h3>
<p class="intro">干货文章, 注射视频演示... </p>
<a class="link" href="showcase.html"><span></span></a>
</div>
</div> -->
<!-- <div class="item item-orange col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fas fa-user"></span>
</div>
<h3 class="title">关于我</h3>
<p class="intro">不懂针剂的程序员不是好的数据分析师</p>
<a class="link" href="aboutme.html"><span></span></a>
</div>
</div> -->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->
<footer class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Made with <i class="fas fa-heart"></i> by <a href="https://yaozeliang.com" target="_blank">Alpha</a> for you</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>