Skip to content

Commit e505941

Browse files
author
smzeng
committed
updated front page for hi tea
1 parent 6b2441a commit e505941

File tree

3 files changed

+5811
-3637
lines changed

3 files changed

+5811
-3637
lines changed

public/assets/high_Tea.png

-55.5 KB
Binary file not shown.

src/App.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ import Background from "./Background";
55
class App extends Component {
66
render() {
77
const { width, height } = this.props.size;
8+
{/*
89
return (
9-
<div className="App" style={{backgroundImage: "url('high_Tea.png')"}}>
10+
<div className="App">
1011
<Background width={width} height={height} />
1112
<h1 className="center w-100">SIGGRAPH @ UIUC</h1>
1213
</div>
1314
);
15+
*/}
16+
return (
17+
<div style={{ height: '100%', position: 'absolute', left: '0px', width: '100%', overflow: 'hidden'}}>
18+
<center>
19+
<img className="poster" style ={{paddingbottom:'500px', height: '90%', width: '100%'}} src="/siggraph/assets/hi_tea.png" alt="hi tea poster" />
20+
</center>
21+
</div>
22+
23+
);
1424
}
1525
}
1626

0 commit comments

Comments
 (0)