Skip to content

Commit

Permalink
intro-codemaxgpt: descriptive texts updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxineXiong committed May 5, 2024
1 parent 0dab0ce commit f74446d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions assets/css/codemaxgpt.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ body {
margin-bottom: 0px;
}

.h6-mktg {
font-size: 0.8rem;
color: #9EA4AC;
margin-top: -5px;
font-family: Arial;
}

.display-functions-containers {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 150px;
Expand Down
6 changes: 3 additions & 3 deletions intro-codemaxgpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ <h2 class = 'h2-mktg'>
<center>Code BIG, even if you are junior!</center>
</h2>
<h3 class= "h3-mktg">Introducing</h3>
<h1 class = 'h1-mktg text-gradient-codemax'>CodeMaxGPT-3.5</h1>
<h1 class = 'h1-mktg text-gradient-codemax'>CodeMaxGPT</h1>
<h3 class= "h3-mktg">
<center>Your AI Coding Assistant<br>
For Easy Code Generation, Debugging, Refactoring, and Documentation</center>
</h3>
<h3 class = 'h4-mktg'>Powered by OpenAI's gpt-3.5-turbo model</h3>
<h3 class = 'h4-mktg'>Powered by OpenAI's GPT-3.5/4 Turbo Model</h3>

<button class="app-button">
<a href="https://maxinexiong-openai-api-web-apps-home-xbxlm8.streamlit.app/CodeMaxGPT">
Expand Down Expand Up @@ -119,7 +119,7 @@ <h2 class = 'h5-mktg'><center>with CodeMaxGPT now</center></h2>
</a>
</button>
<br><br><br><br><br>
<h4 class = 'h4-mktg'>Created by Maxine Xiong</h4>
<h4 class = 'h6-mktg'>Created by </h4><h4 class = 'h4-mktg' style='font-size:1.4rem'>Maxine Xiong</h4>
<br><br><br><br><br>

</body>
Expand Down

0 comments on commit f74446d

Please sign in to comment.