File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ public function projectCreateProject(request $request)
1919		$ projectwebsite_link  = $ request'website_link ' ];
2020		$ projectget_involved_pitch  = $ request'get_involved_pitch ' ];
2121		$ projectproject_admin_user_id  = $ requestuser ()->id ;
22+ 		$ projectuser_id  = $ requestuser ()->id ;
2223		$ projectsave ();
2324
2425		$ connectionnew  User_Projects ();
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Light Orange #ffe7c9
4040    padding-top : 22px  ;
4141}
4242.navbar-inverse  .navbar-nav > li > a : hover {
43-     color :  black ;
43+     color :  white ;
4444}
4545
4646/* Title "SoftwareHerd" */ 
@@ -58,3 +58,26 @@ Light Orange #ffe7c9
5858.navbar-inverse  .navbar-toggle : focus ,  .navbar-inverse  .navbar-toggle : hover  {
5959    background-color :  # c93d3d
6060}
61+ 
62+ # avatar-nav  {
63+   width : 30px  ; 
64+   height : auto;  
65+   border-radius : 50%  ; 
66+   margin-top : 4%  ;
67+ }
68+ 
69+ 
70+ @media  (max-width :  900px  ) { 
71+   # avatar-nav  {
72+     width : 30px  ; height : auto;  border-radius : 50%  ; margin-top : 4%  ;
73+   }
74+ }
75+ 
76+ 
77+ @media  (max-width :  600px  ) { 
78+   # avatar-nav  {
79+     width : 30px  ; height : auto;  border-radius : 50%  ; margin-top : 4%  ;
80+   }
81+ }
82+ 
83+ 
Original file line number Diff line number Diff line change 1515    <!--  Latest compiled and minified CSS --> 
1616	<link  rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity =" sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin =" anonymous" 
1717    <!--  Styles --> 
18-     <link  href =" /css/app.css"   rel = " stylesheet " 
18+     <link  rel = " stylesheet "   href =" {{  URL :: asset ( ' /css/app.css' )  } } " 
1919    <link  rel =" stylesheet" type =" text/css" href =" https://fonts.googleapis.com/css?family=Roboto" 
2020
2121
8080	        		<form  id =" logout-form" action =" {{  url (' /logout'  } }" method =" POST" style =" display none ;" {{  csrf_field ()  } }
8181	       		 	</form >
8282					<li ><a  href =" /user/{{ Auth:: user ()-> id  } }" a ></li >
83- 					<a  href =" /user/{{ Auth:: user ()-> id  } }" img  class =" avatar " src =" /uploads/avatars/{{  Auth:: user ()-> avatar   } }" style = " width : 30 px ;  height : auto ;   border-radius : 50 % ;  margin-top : 4 % ; " a >
83+ 					<a  href =" /user/{{ Auth:: user ()-> id  } }" img  class =" av-nav " src =" /uploads/avatars/{{  Auth:: user ()-> avatar   } }" id = " avatar-nav "   ></a >
8484				</ul >
8585			</div ><!-- /.nav-collapse --> 
8686		</div >
Original file line number Diff line number Diff line change 1818                <textarea  class =" form-control" name =" slack_link" id =" new-project" rows =" 2" placeholder =" Slack Link Here" textarea >
1919                <textarea  class =" form-control" name =" website_link" id =" new-project" rows =" 2" placeholder =" Website Link Here" textarea >
2020                <textarea  class =" form-control" name =" get_involved_pitch" id =" new-project" rows =" 5" placeholder =" Explain how to get involved" textarea >
21-                             </div >
21+                 <input  type =" hidden" value =" {{  Auth:: user ()-> id   } }" name =" user_id" 
22+             </div >
2223             <button  type =" submit" class =" btn btn-primary" button >
2324             <input  type =" hidden" value =" {{  Session:: token ()  } }" name =" _token" 
2425              {{  csrf_field ()  } }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments