Skip to content

Commit

Permalink
chore: remove Twitter (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen authored Dec 22, 2023
1 parent 514a8ae commit a39d820
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
30 changes: 0 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-spinners": "^0.10.6",
"react-twitter-widgets": "^1.10.0",
"reactstrap": "^8.8.0",
"reconnecting-websocket": "^4.4.0"
},
Expand Down
45 changes: 0 additions & 45 deletions src/page/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
import {Link} from "react-router-dom";
import Codebox from "../util/Codebox";
import InlineEditor from "../util/InlineEditor";
import {Timeline} from 'react-twitter-widgets'

class Home extends Component {

Expand Down Expand Up @@ -841,50 +840,6 @@ let r = query p select (c, d) from ReadyDate(c; d)

<hr className="mb-3"/>

<Row className="mb-4">
<Col md={6}>
<Card className="mb-4">
<CardBody>
<CardTitle>Principled Design</CardTitle>
<CardText className="text-justify">
It is our goal to build Flix on a solid foundation of ideas from programming
language research. We aim to identify and document a collection of design
principles. We try to adopt great and proven ideas from other programming languages
such as F#, Go, OCaml, Haskell, Rust, and Scala.
</CardText>
</CardBody>
</Card>

<Card>
<CardBody>
<CardTitle>Visual Studio Code Support</CardTitle>
<CardText className="text-justify">
Flix supports integration with Visual Studio Code through LSP. This includes support
for features such as: inline compiler errors, hover to show the type and effect of
an expression, jump to definition, find all usages of local variables, functions,
algebraic data types, and rename support.
</CardText>
</CardBody>
</Card>
</Col>

<Col md={6}>
<Timeline
dataSource={{
sourceType: 'profile',
screenName: 'flixlang'
}}
options={{
chrome: "nofooter",
height: '430',
dnt: true
}}
/>
</Col>
</Row>

<hr className="mb-3"/>

<Row className="mb-3">
<Col md="12">
<h2>Sponsors, Funding, and Collaborations</h2>
Expand Down

0 comments on commit a39d820

Please sign in to comment.