-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeployment.html
167 lines (148 loc) · 7.09 KB
/
deployment.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE HTML>
<html>
<head>
<title>Strata by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<style>
.actions {
display: flex;
justify-content: center;
gap: 1rem;
}
.button {
padding: 0.5rem 1rem;
border: none;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: background-color 0.3s ease;
}
.primary {
background-color: #007BFF;
color: white;
}
.primary:hover {
background-color: #0056b3;
}
.special {
background-color: #6c757d;
color: white;
}
.special:hover {
background-color: #494f54;
}
</style>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<section>
<a href="#" class="image avatar"><img src="images/user.png" alt="Chatbot Avatar" /></a>
<h1><strong>I am a chatbot</strong></h1>
<p>Built based on ChainLit (ChatGPT-like UIs).<br />
Connects with ChatGpt (LLM) with Elevenlabs (Text-To-Speech).<br />
Currently, it is in the MVP phase, making baby steps each time.</p>
</section>
<section>
<h1>Let's introduce our staff team</h1>
<div class="staff-member">
<a href="#" class="image avatar"><img src="images/female_teacher.png" alt="Female Teacher" /></a>
<p>Bella</p>
</div>
<div class="staff-member">
<a href="#" class="image avatar"><img src="images/male_teacher.png" alt="Male Teacher" /></a>
<p>Josh</p>
</div>
</section>
</div>
</header>
<style>
#nav {
position: fixed; /* Keeps it in place during scrolling */
top: 10px; /* Adjust as needed for positioning from the top */
right: 10px; /* Adjust as needed for positioning from the right */
background-color: #fff; /* Optional: give it a background for better readability */
padding: 10px;
border-radius: 5px; /* Optional: rounded corners for aesthetics */
z-index: 1000; /* Ensure the navigation stays on top of other content */
}
#nav ul {
list-style-type: none; /* Remove default bullet points */
margin: 0;
padding: 0;
display: flex; /* Flex layout to organize items in one line */
justify-content: space-between; /* Distribute space between items */
}
#nav ul a {
display: inline-block; /* Display the links inline */
margin-right: 25px; /* Add space between the links */
text-decoration: none; /* Optional: remove the default underline from links */
color: #333; /* Optional: set a default color for the links */
}
#nav ul a:last-child {
margin-right: 0; /* Removes the right margin from the last link */
}
</style>
<!-- Main -->
<div id="main">
<nav id="nav">
<ul>
<a href="./portfolio_english_learning.html">Portfolio</a>
<a href="./resume.html">Resume</a>
<a href="./index.html">Main Page</a>
</ul>
</nav>
<section id="one">
<h4>WorkFlow Explainations</h4>
<img src="images/deployment-flow.png" alt="Deployment Flow" style="width:50%;" />
<article>
<p></p>
<h4>Deployment <img src="images/gcp-logo.png" alt="GCP Logo" style="vertical-align: middle; width: 120px;"></h4>
<p>Currently serving on <a href="https://cloud.google.com/" target="_blank">Google Cloud Platform</a></p>
<p>For this project, I predominantly utilize Docker to containerize the software for deployment. <img src="images/docker-logo.png" alt="Docker Logo" style="vertical-align: middle; width: 120px;"></p>
<p>I primarily choose GCP for deploying services due to my familiarity with it.</p>
<p>Considering these services is essential if my primary target audience is Chinese users.</p>
<ul>
<li>
Tencent Cloud <img src="images/tencent-cloud.png" alt="Tencent Cloud Logo" style="vertical-align: middle; width: 120px;">
</li>
<li>
Alibaba Cloud Service <img src="images/Alibaba-cloud.png" alt="Alibaba Cloud Logo" style="vertical-align: middle; width: 120px;">
</li>
<li>
Microsoft Cloud Service <img src="images/Microsoft-Cloud.png" alt="Microsoft Cloud Logo" style="vertical-align: middle; width: 120px;">
</li>
</ul>
<p>Currently, I closed the GCP instance, if you want to try it out, feel free to ping me!</p>
<ul class="actions">
<li><a href="index.html" class="button primary">Main Page</a></li>
<li><a href="portfolio_english_learning.html" class="button primary">Portfolio Page</a></li>
</ul>
</article>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Untitled</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>