<%= javascript_packs_with_chunks_tag "colorPreview", "validateFileInputs", defer: true %> <%= render "users/additional_authentication" %>
<%= community_name %> badge

Add the <%= community_name %> badge to your personal site. Click here for the code.

<%= form_for @user do |f| %>
<%= f.label :email, class: "crayons-field__label" %> <%= f.text_field :email, class: "crayons-textfield", placeholder: "john.doe@example.com" %>
<%= f.check_box :email_public, class: "crayons-checkbox" %> <%= f.label :email_public, "Display email on profile", class: "crayons-field__label" %>
<%= f.label :username, class: "crayons-field__label" %> <%= f.text_field :username, maxlength: 30, class: "crayons-textfield", placeholder: "johndoe" %>
<%= f.label :name, class: "crayons-field__label" %> <%= f.text_field :name, maxlength: 100, class: "crayons-textfield", placeholder: "John Doe" %>
<%= f.label :profile_image, class: "crayons-field__label" %>
<% if @user.profile_image_url.present? %> <%= @user.username %> profile image <%= f.file_field :profile_image, accept: "image/*", class: "crayons-card crayons-card--secondary p-3 flex items-center flex-1 w-100" %> <% end %>
<%= f.label :website_url, class: "crayons-field__label" %> <%= f.text_field :website_url, maxlength: 100, class: "crayons-textfield", placeholder: "https://yoursite.com" %>
<%= f.label :summary, class: "crayons-field__label" %> <%= f.text_area :summary, maxlength: 200, class: "crayons-textfield", placeholder: "A short bio...", rows: 3 %>
<%= f.label :location, class: "crayons-field__label" %> <%= f.text_field :location, maxlength: 100, class: "crayons-textfield", placeholder: "Halifax, Nova Scotia" %>
<%= f.label :education, class: "crayons-field__label" %> <%= f.text_field :education, maxlength: 100, class: "crayons-textfield" %>
<%= f.label :employer_name, class: "crayons-field__label" %> <%= f.text_field :employer_name, maxlength: 100, class: "crayons-textfield", placeholder: "Acme Inc." %>
<%= f.label :employer_url, class: "crayons-field__label" %> <%= f.text_field :employer_url, maxlength: 100, class: "crayons-textfield", placeholder: "https://dev.com" %>
<%= f.label :employment_title, class: "crayons-field__label" %> <%= f.text_field :employment_title, maxlength: 100, class: "crayons-textfield", placeholder: "Junior Frontend Engineer" %>
<%= f.label :mostly_work_with, "Skills/Languages", class: "crayons-field__label" %> <%= f.text_area :mostly_work_with, maxlength: 500, class: "crayons-textfield", rows: 5 %>

What tools and languages are you most experienced with? Are you specialized or more of a generalist?

<%= f.label :currently_learning, "I'm getting into", class: "crayons-field__label" %> <%= f.text_area :currently_learning, maxlength: 500, class: "crayons-textfield", rows: 5 %>

What are you learning right now? What are the new tools and languages you're picking up in <%= Time.zone.now.year %>?

<%= f.label :currently_hacking_on, "My projects and hacks", class: "crayons-field__label" %> <%= f.text_area :currently_hacking_on, maxlength: 500, class: "crayons-textfield", rows: 5 %>

What projects are currently occupying most of your time?

<%= f.label :available_for, class: "crayons-field__label" %> <%= f.text_area :available_for, maxlength: 500, class: "crayons-textfield", rows: 5 %>

What kinds of collaborations or discussions are you available for? What's a good reason to say Hey! to you these days?

Branding

<%= render partial: "shared/logo_design", locals: { f: f, account: @user } %>

Work opportunities settings

<%= f.check_box :looking_for_work, class: "crayons-checkbox" %> <%= f.label :looking_for_work, class: "crayons-field__label" %>
<%= f.check_box :looking_for_work_publicly, class: "crayons-checkbox" %> <%= f.label :looking_for_work_publicly, "Display \"looking for work\" on profile", class: "crayons-field__label" %>
<%= f.check_box :contact_consent, class: "crayons-checkbox" %> <%= f.label :contact_consent, "Recruiters can contact me about job opportunities", class: "crayons-field__label" %>

Links

<%= f.label :facebook_url, "Facebook profile URL", class: "crayons-field__label" %> <%= f.url_field :facebook_url, class: "crayons-textfield", placeholder: "https://facebook.com/..." %>
<%= f.label :youtube_url, "Youtube URL", class: "crayons-field__label" %> <%= f.url_field :youtube_url, class: "crayons-textfield", placeholder: "https://www.youtube.com/channel/..." %>
<%= f.label :stackoverflow_url, "Stack Overflow profile URL", class: "crayons-field__label" %> <%= f.url_field :stackoverflow_url, class: "crayons-textfield", placeholder: "https://stackoverflow.com/users/..." %>
<%= f.label :linkedin_url, "LinkedIn profile URL", class: "crayons-field__label" %> <%= f.url_field :linkedin_url, class: "crayons-textfield", placeholder: "https://..." %>
<%= f.label :behance_url, "Behance profile URL", class: "crayons-field__label" %> <%= f.url_field :behance_url, class: "crayons-textfield", placeholder: "https://..." %>
<%= f.label :dribbble_url, "Dribbble profile URL", class: "crayons-field__label" %> <%= f.url_field :dribbble_url, class: "crayons-textfield", placeholder: "https://dribbble.com/..." %>
<%= f.label :medium_url, "Medium profile URL", class: "crayons-field__label" %> <%= f.url_field :medium_url, class: "crayons-textfield", placeholder: "https://..." %>
<%= f.label :gitlab_url, "GitLab profile URL", class: "crayons-field__label" %> <%= f.url_field :gitlab_url, class: "crayons-textfield", placeholder: "https://..." %>
<%= f.label :instagram_url, "Instagram profile URL", class: "crayons-field__label" %> <%= f.url_field :instagram_url, class: "crayons-textfield", placeholder: "https://..." %>
<%= f.label :mastodon_url, "Mastodon profile URL", class: "crayons-field__label" %> <%= f.url_field :mastodon_url, class: "crayons-textfield", placeholder: "https://..." %>
<%= f.label :twitch_url, "Twitch profile URL", class: "crayons-field__label" %> <%= f.url_field :twitch_url, class: "crayons-textfield", placeholder: "https://..." %>
<%= f.hidden_field :tab, value: @tab %>
<% end %>