2015-10-26 10:08:01 +01:00
< html >
2015-11-03 10:38:53 +01:00
< head >
< script src = "js/handlers.js" > < / script >
< link href = 'https://fonts.googleapis.com/css?family=Lato:400,100,300,100italic,300italic' rel = 'stylesheet' type = 'text/css' >
< link rel = "stylesheet" href = "css/bootstrap.css" > < / script >
< link rel = "stylesheet" href = "css/boilerplate.css" > < / script >
< link rel = "stylesheet" href = "css/styles.css" > < / script >
< link rel = "stylesheet" href = "css/fontello/css/animation.css" > < / script >
< link rel = "stylesheet" href = "css/fontello/css/elodie.css" > < / script >
< / head >
2015-10-26 10:08:01 +01:00
< body >
2015-11-03 10:38:53 +01:00
< div class = "titlebar" >
2015-11-18 10:37:46 +01:00
<!-- <a href="" class="left quit quitProgram"><i class="icon - cancel - circle"></i></a>
< a href = "" class = "left minus minimizeProgram" > < i class = "icon-minus-circle" > < / i > < / a > -->
2015-11-03 10:38:53 +01:00
How can I help you? < em > -- Elodie< / em > < i > < / i >
< / div >
< form class = "importPhotos" action = "" method = "post" >
< div class = "content" >
< p >
Let me know where your photos are and where you'd like me to put them as I sort them.
< / p >
< div >
2015-11-18 10:37:46 +01:00
< label for = "source" > < i class = "icon-folder-open" > < / i > What folder are your photos in now?< / label >
2015-11-03 10:38:53 +01:00
< input type = "text" name = "source" id = "source" placeholder = "Path to your photos folder" >
< small > < em > Hint: Right clicking on your folder in Finder, pressing option and clicking "Copy as Pathname" will put the full path on your clipboard< / em > < / small >
< / div >
< div >
2015-11-18 10:37:46 +01:00
< label for = "destination" > < i class = "icon-folder-closed" > < / i > Where would you like me to organize them to?< / label >
2015-11-03 10:38:53 +01:00
< input type = "text" name = "destination" id = "destination" placeholder = "Path to your photos folder" >
< button type = "submit" class = "push" > Start Organizing< i > < / i > < / button >
< / div >
< div class = "import-success" > < / div >
< / div >
< / form >
2015-10-26 10:08:01 +01:00
< / body >
< / html >