summaryrefslogtreecommitdiff
path: root/views/profile.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-05 15:19:33 -0400
committerJules Laplace <jules@okfoc.us>2014-06-05 15:19:33 -0400
commit1c8ecab7cc040196cf585d618b5eb9289a2efbc6 (patch)
tree9363ffcaf171327f8a7fa53206bf113d1b43a7b5 /views/profile.html
parent62fdac2d01ad9d0c5a95cc6da5a5397cdd6f767b (diff)
moving things around
Diffstat (limited to 'views/profile.html')
-rw-r--r--views/profile.html123
1 files changed, 0 insertions, 123 deletions
diff --git a/views/profile.html b/views/profile.html
deleted file mode 100644
index b3f5041..0000000
--- a/views/profile.html
+++ /dev/null
@@ -1,123 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <title>vvalls</title>
- [[ include partials/meta ]]
-</head>
-<body class="loading">
-<div class="rapper page">
- <a href="/front.html" class="logo"><img src="assets/img/logo4.svg"></a>
- <a href="/edit-profile.html" class="topLink editProfile">edit profile <span class="icon-ios7-gear-outline \"></span></a>
-
- <table class="profilepage">
- <tr>
- <td class="border profilePic">
- <!--IF NO PIC
- <span class="icon-ios7-person-outline"></span>
- -->
- </td>
- <td class="bio">
- <h2>Ivan Sidorov</h2>
- <span>
- New York City &middot; <a href="#">http://example.com/</a> &middot; <a href="#">@twitter</a>
- </span>
- </td>
- </tr>
- </table>
-
- <h1>Ivan has 4 projects</h1>
-
- <table>
- <tr>
- <td class="border room1">
- <div class="editBtn">edit</div>
- <div class="formHolder fixed animate">
- <span class="bigClose">X</span>
- <div class="formInner">
- <form enctype="multipart/form-data" method="post">
- <ul>
- <li class="section_break">
- <h3>Edit Room</h3>
- </li>
- <li id="li_3" >
- <label class="description" for="element_3">Name:</label>
- <div>
- <input id="element_3_1" name= "element_3_1" class="element text" type="text" maxlength="255" value="Idea For Show"/>
- </div>
- </li>
- <li id="li_2" >
- <label class="description" for="element_2">Description:</label>
- <div>
- <textarea placeholder="short description"></textarea>
- </div>
- </li>
- <li id="li_5" >
- <label class="description" for="element_5">URL:</label>
- <div>
- <input id="element_5" name="element_5" class="element text medium" type="text" maxlength="255" value="http://vvalls.com/t987"/>
- </div>
- </li>
- <li id="li_4" >
- <label class="description" for="element_4">Privacy:</label>
- <div class="radio-group">
- <input id="opt_1" class="radio-group__option" type="radio" name="opt" checked="checked">
- <label class="radio-group__label" for="opt_1">
- Everyone
- </label>
-
- <input id="opt_2" class="radio-group__option" type="radio" name="opt">
- <label class="radio-group__label" for="opt_2">
- Just for me
- </label>
- </div>
- </li>
- <li class="buttons">
- <input type="hidden" name="form_id" value="795208" />
-
- <input class="button_text" type="submit" name="submit" value="Submit" />
- </li>
- <hr>
- <li class="subButtons">
- <a href="#">Clone Project</a>
- <a href="#">Delete Project</a>
- </li>
- </ul>
- </form>
- </div>
- </div>
- <a href="/" class="roomName">Idea for Show</a>
- </td>
- <td class="border room1">
- <div class="editBtn">edit</div>
- <a href="/" class="roomName">Thing I'm Working On</a>
- </td>
- <td class="room1">
- <div class="editBtn">edit</div>
- <a href="/" class="roomName">Pace Gallery</a>
- </td>
- </tr>
- </table>
-
- <table>
- <tr>
- <td class="room1">
- <div class="editBtn">edit</div>
- <a href="/" class="roomName">Pace Gallery</a>
- </td>
- </tr>
- </table>
-
- <a href="#loadmore" class="viewMore" id="createProject">create project</a>
-
- <div class="footer">
- <a href="">About</a>
- <a href="">FAQ</a>
- <span>©2014 VVALLS Inc.</span>
- </div>
-</div>
-
-
-</body>
-[[ include partials/scripts ]]
-</html>
-