Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sf64-auto deploy test #96

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions summit/src/page/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<div class="t2">
GenAI Summit
</div>
<div class="t3">
<div class="t4">
Be a part of this grand event where every conversation, demonstration, and interaction open a window to the future. Whether you’re looking to invest, innovate, or ignite your career in AI, GenAI Summit 2024 is where you’ll want to be.
<br>
<br>
Expand Down Expand Up @@ -784,7 +784,7 @@ section {
.t1 {
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
font-size: 0.259rem;
font-size: 0.32rem;
color: #ffffff;
line-height: 0.37rem;
text-align: left;
Expand Down Expand Up @@ -819,6 +819,19 @@ section {
max-width: 700px;
margin-top: 0.3rem;
}
.t4 {
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
font-size: 0.319rem;
color: #ffffff;
line-height: 0.5rem;
text-align: left;
font-style: normal;
text-transform: none;
width: 100%;
max-width: 700px;
margin-top: 0.3rem;
}
}
.cointainer {
width: 100%;
Expand Down