juliaturc commited on
Commit
b6a1c55
·
1 Parent(s): 060a0de

Move badges higher.

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,20 +1,18 @@
1
  <div align="center">
2
- <h1 align="center">Code Sage</h1>
3
- <p align="center">An open-source pair programmer for chatting with any codebase.</p>
 
 
 
 
 
 
 
4
  <figure>
5
- <!-- The <kbd>, <sup>, <sub> tags are work-arounds for styling, since GitHub doesn't take into account inline styles. Note it might display awkwardly on other Markdown editors. -->
6
  <kbd><img src="assets/chat_screenshot2.png" alt="screenshot" /></kbd>
7
- <sub><sup><figcaption align="center">Our chat window, showing a conversation with the Transformers library. 🚀</sup></sub></figcaption>
8
  </figure>
9
- </kbd>
10
- </div>
11
-
12
- <div align="center">
13
- </br>
14
- <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/Storia-AI/CodeSage?logo=github" />
15
- <img alt="GitHub License" src="https://img.shields.io/github/license/Storia-AI/CodeSage"></img>
16
- <img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/StoriaAI"></img>
17
- </br>
18
  </div>
19
 
20
  # Getting started
 
1
  <div align="center">
2
+ <h1 align="center">Code Sage</h1>
3
+ <p align="center">An open-source pair programmer for chatting with any codebase.</p>
4
+ <div>
5
+ <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/Storia-AI/CodeSage?logo=github" />
6
+ <img alt="GitHub License" src="https://img.shields.io/github/license/Storia-AI/CodeSage"></img>
7
+ <a href="https://x.com/StoriaAI">
8
+ <img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/StoriaAI"></img>
9
+ </a>
10
+ </div>
11
  <figure>
12
+ <!-- The <kbd> and <sub> tags are work-arounds for styling, since GitHub doesn't take into account inline styles. Note it might display awkwardly on other Markdown editors. -->
13
  <kbd><img src="assets/chat_screenshot2.png" alt="screenshot" /></kbd>
14
+ <sub><figcaption align="center">Our chat window, showing a conversation with the Transformers library. 🚀</sub></figcaption>
15
  </figure>
 
 
 
 
 
 
 
 
 
16
  </div>
17
 
18
  # Getting started