|
|
@@ -25,7 +25,7 @@
|
|
|
</div>
|
|
|
<div class="field">
|
|
|
<label for="status">{{.i18n.Tr "settings.status"}}</label>
|
|
|
- <input id="status" name="status" value="{{.status}}">
|
|
|
+ <input id="status" name="status" value="{{.status}}" placeholder="Working Remotely">
|
|
|
</div>
|
|
|
<div class="field {{if .Err_Description}}error{{end}}">
|
|
|
<label for="description">{{.i18n.Tr "settings.description"}}</label>
|
|
|
@@ -33,11 +33,11 @@
|
|
|
</div>
|
|
|
<div class="field {{if .Err_Company}}error{{end}}">
|
|
|
<label for="company">{{.i18n.Tr "settings.company"}}</label>
|
|
|
- <input id="company" name="company" value="{{.company}}">
|
|
|
+ <input id="company" name="company" value="{{.company}}" placeholder="Acme, Inc">
|
|
|
</div>
|
|
|
<div class="required field {{if .Err_Email}}error{{end}}">
|
|
|
<label for="email">{{.i18n.Tr "email"}}</label>
|
|
|
- <input id="email" name="email" type="email" value="{{.email}}" required>
|
|
|
+ <input id="email" name="email" type="email" value="{{.email}}" placeholder="me@example.com" required>
|
|
|
</div>
|
|
|
<div class="inline field">
|
|
|
<div class="ui checkbox">
|
|
|
@@ -47,11 +47,11 @@
|
|
|
</div>
|
|
|
<div class="field {{if .Err_Website}}error{{end}}">
|
|
|
<label for="website">{{.i18n.Tr "settings.website"}}</label>
|
|
|
- <input id="website" name="website" type="url" value="{{.website}}">
|
|
|
+ <input id="website" name="website" type="url" value="{{.website}}" placeholder="https://example.com">
|
|
|
</div>
|
|
|
<div class="field">
|
|
|
<label for="location">{{.i18n.Tr "settings.location"}}</label>
|
|
|
- <input id="location" name="location" value="{{.location}}">
|
|
|
+ <input id="location" name="location" value="{{.location}}" placeholder="NYC">
|
|
|
</div>
|
|
|
<div class="field">
|
|
|
<label for="theme_color">Color</label>
|