%
# Style decisions to move to CSS later
card_height = 160
icon_yoffset = -1.5
icon_xoffset = -5
icon_fsize = 13
%>
Welcome to your personal Data Vault
<%= link_to usage_path, class: 'black-text' do %>
insert_chart
Your usage overview
See how you've used Notebook.ai.
<% end %>
<%= link_to year_in_review_path, class: 'black-text' do %>
date_range
Year in review
See your activity on Notebook.ai broken down per year!
<% end %>
<%= link_to archive_path, class: 'black-text' do %>
archive
Visit your archives
Archive notebook pages to hide them without deleting them.
<% end %>
<%= link_to recently_deleted_content_path, class: 'black-text' do %>
delete
Recycle bin
Recover pages you've recently deleted for a short period of time.
<% end %>
<%= link_to tags_path, class: 'black-text' do %>
<%= PageTag.icon %>
Tag management
Manage the tags you've used for your worldbuilding.
<% end %>
<%= link_to notebook_export_path, class: 'black-text' do %>
file_download
Export your data
Export your entire notebook in several formats.
<% end %>
<%= link_to referrals_path, class: 'black-text' do %>
favorite
Referrals
Get your referral code, browse potential rewards, and invite your friends!
<% end %>
<%= link_to data_documents_path, class: 'black-text' do %>
<%= Document.icon %>
Document statistics
See how you're writing in documents.
<% end %>
<%= link_to green_path, class: 'black-text' do %>
public
Eco footprint
How many trees have you saved by switching to digital?
<% end %>
<%= link_to discussions_path, class: 'black-text' do %>
forum
Discussion activity
See your activity on the discussion boards.
<% end %>
<%= link_to uploads_path, class: 'black-text' do %>
file_upload
Image uploads
Browse all of your image uploads in one place.
<% end %>
<%= link_to collaboration_path, class: 'black-text' do %>
<%= Universe.icon %>
Collaboration
Learn more about collaborating on Notebook.ai and track which universes are shared with others.
<% end %>
<%= link_to privacy_policy_path, class: 'black-text' do %>
verified_user
Privacy policy
Read our privacy policy.
<% end %>
<%= link_to edit_user_registration_path, class: 'black-text' do %>
settings
Account settings
All other account settings here!
<% end %>
<%# this could actually be a cool s12 banner if we flesh out the help center with guides and stuff %>
<%= link_to help_center_path, class: 'black-text' do %>
help
Help center
Learn more about using Notebook.ai and how to get help, request new features, and report bugs.
<% end %>