-
Notifications
You must be signed in to change notification settings - Fork 29
Website Redesign #204
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
base: master
Are you sure you want to change the base?
Website Redesign #204
Conversation
- added element with text and image split - responsive adaptations to connected components - simplified paddings in containers
- added donation button section - added links to QVLab button
- Added data files for lectures and university courses - Reduced html, improved readbility of remaining html - Restructered layout and css to allow for more markdown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Langhaarzombie! I did a first pass review.
What else is left on your list for before merging this?
|
||
# For Educators | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should replace the Lorem ipsum before merging.
<p id="cite"></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- <div class="col-md-12"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just delete this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean the commented part, right?
On that note, should we do the same for the commented out "jobs" banner?
index.html
Outdated
<p> | ||
QuTiP is open-source software for simulating the dynamics of open quantum systems. The QuTiP library depends on the excellent <a href='https://www.numpy.org'>Numpy</a>, <a href='https://www.scipy.org'>Scipy</a>, and <a href='https://cython.org'>Cython</a> numerical packages. In addition, graphical output is provided by <a href='https://matplotlib.org'>Matplotlib</a>. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of Hamiltonians, including those with arbitrary time-dependence, commonly found in a wide range of physics applications such as quantum optics, trapped ions, superconducting circuits, and quantum nanomechanical resonators. QuTiP is freely available for use and/or modification on all major platforms such as Linux, Mac OSX, and Windows<sup>*</sup>. Being free of any licensing fees, QuTiP is ideal for exploring quantum mechanics and dynamics in the classroom. | ||
</p> | ||
<p style='font-size:10px'><sup>*</sup>QuTiP is developed on Unix platforms only, and some features may not be available under Windows.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really true? Where did it come from? We test on Windows these days and officially release packages for Windows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's on the current main homepage actually. But I can just remove it.
index.html
Outdated
<a href="https://www.jst.go.jp/kisoken/presto/en/"><img src="images/presto.jpg"></a> | ||
<div class="col-md-6"> | ||
<center><h4>Distribution of the 39,420 Unique Visitors in 2020</h4></center> | ||
<div id='container1' style='margin-top:10px; position: relative;height: 250px;'></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should either remove or update this as part of the website revamp. Not for this PR necessarily.
|
||
# For Researchers | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also replace this before merging.
Co-authored-by: Simon Cross <[email protected]>
Thanks a lot!
There are a couple things left:
|
This PR is to track the technical changes that are part of the website redesign. Since the Git Hub pages in QuTiP are spread around multiple repos, this PR will be referenced so to keep track of things.
For now, it is based on the master branch. We should however consider creating a
dev
branch to keep potential changes from affecting the live website.